diff --git a/GitUI/CommandsDialogs/SettingsDialog/SettingsTreeViewUserControl.cs b/GitUI/CommandsDialogs/SettingsDialog/SettingsTreeViewUserControl.cs index 936f8c1794b..e9962eae57c 100644 --- a/GitUI/CommandsDialogs/SettingsDialog/SettingsTreeViewUserControl.cs +++ b/GitUI/CommandsDialogs/SettingsDialog/SettingsTreeViewUserControl.cs @@ -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())