Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d0c6426

Browse files
Calling Redraw when we switch the ActiveView
1 parent 16031fe commit d0c6426

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PopupWindow.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ private void OpenInternal(PopupViewType popupViewType, Action<bool> onClose)
9191
ActiveView.OnEnable();
9292
titleContent = new GUIContent(ActiveView.Title, Styles.SmallLogo);
9393
Show();
94+
Redraw();
9495
}
9596

9697
public IApiClient Client

0 commit comments

Comments
 (0)