Przeglądaj źródła

Fix table view not redrawing when using letter based navigation (#2977)

Thomas Nind 1 rok temu
rodzic
commit
545e422ffa
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      Terminal.Gui/Views/TableView/TableView.cs

+ 2 - 0
Terminal.Gui/Views/TableView/TableView.cs

@@ -802,6 +802,8 @@ namespace Terminal.Gui {
 				SelectedRow = match;
 				EnsureValidSelection ();
 				EnsureSelectedCellIsVisible ();
+				PositionCursor ();
+				SetNeedsDisplay ();
 				return true;
 			}