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

Commit e19c891

Browse files
Fixing error after merge
1 parent a9b9432 commit e19c891

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ public override void InitializeView(IView parent)
3535
public override void OnEnable()
3636
{
3737
base.OnEnable();
38+
gitPathView.OnEnable();
3839
userDataHasChanged = Environment.GitExecutablePath != null;
3940
}
4041

@@ -45,12 +46,6 @@ public override void OnDataUpdate()
4546
gitPathView.OnDataUpdate();
4647
}
4748

48-
public override void OnEnable()
49-
{
50-
base.OnEnable();
51-
gitPathView.OnEnable();
52-
}
53-
5449
public override void OnGUI()
5550
{
5651
var headerRect = EditorGUILayout.BeginHorizontal(Styles.HeaderBoxStyle);

0 commit comments

Comments
 (0)