Skip to content

Commit

Permalink
gitextensions#5341 Expand settings tree to show found nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
mstv committed Sep 19, 2018
1 parent fb82d85 commit 90b8b40
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ private void textBoxFind_TextChanged(object sender, EventArgs e)
foreach (var node in _nodesFoundByTextBox)
{
HighlightNode(node, true);
node.EnsureVisible();
}

if (_nodesFoundByTextBox.Any())
Expand Down

0 comments on commit 90b8b40

Please sign in to comment.