Skip to content

Commit

Permalink
Merge pull request gitextensions#5441 from mstv/fix/5341_expand_setti…
Browse files Browse the repository at this point in the history
…ngs_tree_on_search

Expand settings tree to show found nodes
  • Loading branch information
RussKie committed Sep 19, 2018
2 parents a19e860 + 90b8b40 commit 3445604
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 3445604

Please sign in to comment.