Fix to begin/end pair that was missed when porting a change from Prefab Outliner to Slice Outliner.

main
daimini 5 years ago
parent 7d1eedc8c4
commit 62a84459ee

@ -1481,7 +1481,7 @@ void OutlinerListModel::OnEntityInfoUpdatedRemoveChildEnd(AZ::EntityId parentId,
(void)childId;
AZ_PROFILE_FUNCTION(AZ::Debug::ProfileCategory::AzToolsFramework);
endRemoveRows();
endResetModel();
//must refresh partial lock/visibility of parents
m_isFilterDirty = true;

Loading…
Cancel
Save