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

Commit b778c9e

Browse files
Adding missing redraw
1 parent b508a6d commit b778c9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public override void InitializeView(IView parent)
2323
{
2424
base.InitializeView(parent);
2525
gitExecutableIsSet = Environment.GitExecutablePath != null;
26+
Redraw();
2627
}
2728

2829
public override void OnEnable()

0 commit comments

Comments
 (0)