From fe565bd67deac6473feb0f7813506da9442c359c Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Thu, 13 Jul 2017 17:42:36 -0400 Subject: [PATCH] Fix to refresh ChangesView after Initialization --- .../Assets/Editor/GitHub.Unity/UI/ChangesView.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ChangesView.cs b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ChangesView.cs index e9e847c51..b13ea609f 100644 --- a/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ChangesView.cs +++ b/src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ChangesView.cs @@ -31,11 +31,7 @@ public override void InitializeView(IView parent) { base.InitializeView(parent); tree.InitializeView(this); - } - public override void OnEnable() - { - base.OnEnable(); if (Repository == null) return;