Skip to content

Commit b4ffed0

Browse files
committed
Added update to panel on focus.
1 parent 5d6a1e2 commit b4ffed0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Assets/Plugins/CandyCoded.GitStatus/Scripts/CustomEditor/GitStatusPanel.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,13 @@ private void OnDisable()
145145

146146
}
147147

148+
private void OnFocus()
149+
{
150+
151+
UpdateData();
152+
153+
}
154+
148155
}
149156

150157
}

0 commit comments

Comments
 (0)