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

Commit 3ed32c8

Browse files
Removing duplicate call to Redraw
1 parent 9e13714 commit 3ed32c8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ private void OnCommitTreeChange()
9191
{
9292
Height = 0f;
9393
Redraw();
94-
Redraw();
9594
}
9695

9796
public void UpdateEntries(IList<GitStatusEntry> newEntries)

0 commit comments

Comments
 (0)