mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -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)
|
foreach (var node in nodes)
|
||||||
{
|
{
|
||||||
node.Depth = depth;
|
node.Depth = depth;
|
||||||
|
node.IsSelected = false;
|
||||||
rows.Add(node);
|
rows.Add(node);
|
||||||
|
|
||||||
if (!node.IsExpanded || node.Backend is Models.Branch)
|
if (!node.IsExpanded || node.Backend is Models.Branch)
|
||||||
|
|
Loading…
Reference in a new issue