Skip to content

Commit 077601e

Browse files
committed
Repaint ArchHierarchyWindow on playModeStateChanged
1 parent ec458af commit 077601e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Arch.Unity/Assets/Arch.Unity/Editor/ArchHierarchyWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ void OnDisable()
3939
void OnPlayModeStateChanged(PlayModeStateChange playModeStateChange)
4040
{
4141
treeView.SetSelection(Array.Empty<int>());
42+
Repaint();
4243
}
4344

4445
void OnGUI()

0 commit comments

Comments
 (0)