2
0
tznind 2 жил өмнө
parent
commit
a6240807c9

+ 1 - 0
Terminal.Gui/Views/TreeView.cs

@@ -608,6 +608,7 @@ namespace Terminal.Gui {
 
 					if (newIndex != -1) {
 						SelectedObject = map.ElementAt (newIndex).Model;
+						EnsureVisible (selectedObject);
 						SetNeedsDisplay ();
 					}