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

Commit cfd433c

Browse files
Undoing some code cleanup
1 parent 4105c91 commit cfd433c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,9 @@ private void OnTreeGUI(Rect rect)
358358
});
359359

360360
if (treeHadFocus && treeRemotes.SelectedNode == null)
361-
{
362361
treeLocals.Focus();
363-
}
364362
else if (!treeHadFocus && treeRemotes.SelectedNode != null)
365-
{
366363
treeLocals.Blur();
367-
}
368364

369365
if (treeRemotes.RequiresRepaint)
370366
Redraw();

0 commit comments

Comments
 (0)