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

Commit a9b9432

Browse files
Merge branch 'master' into fixes/initialize-project-requires-name-email
2 parents dfd1b5d + 2987c08 commit a9b9432

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,16 @@ public override void OnEnable()
4141
public override void OnDataUpdate()
4242
{
4343
base.OnDataUpdate();
44-
4544
userSettingsView.OnDataUpdate();
4645
gitPathView.OnDataUpdate();
4746
}
4847

48+
public override void OnEnable()
49+
{
50+
base.OnEnable();
51+
gitPathView.OnEnable();
52+
}
53+
4954
public override void OnGUI()
5055
{
5156
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);

0 commit comments

Comments
 (0)