mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-23 20:47:25 -08:00
ux: new node should not be selected
This commit is contained in:
parent
3c770e2525
commit
f53e16b6a1
1 changed files with 1 additions and 0 deletions
|
@ -350,6 +350,7 @@ namespace SourceGit.Views
|
|||
foreach (var node in nodes)
|
||||
{
|
||||
node.Depth = depth;
|
||||
node.IsSelected = false;
|
||||
rows.Add(node);
|
||||
|
||||
if (!node.IsExpanded || node.Backend is Models.Branch)
|
||||
|
|
Loading…
Reference in a new issue