mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-10 05:53:55 +08:00
Clear GameObject Component and Transform lists properly on close
This commit is contained in:
@ -83,6 +83,7 @@ namespace UnityExplorer.UI.Widgets
|
||||
displayIndex = 0;
|
||||
autoExpandedIDs.Clear();
|
||||
expandedInstanceIDs.Clear();
|
||||
this.ScrollPool.Refresh(true, true);
|
||||
}
|
||||
|
||||
public bool IsCellExpanded(int instanceID)
|
||||
|
Reference in New Issue
Block a user