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

Commit 0f33fe6

Browse files
Missing refresh
1 parent 28851cc commit 0f33fe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ private static void OnLocksUpdate(IEnumerable<GitLock> update)
169169
var g = AssetDatabase.AssetPathToGUID(assetPath);
170170
guidsLocks.Add(g);
171171
}
172+
173+
EditorApplication.RepaintProjectWindow();
172174
}
173175

174176
private static void RunStatusUpdateOnMainThread(GitStatus update)

0 commit comments

Comments
 (0)