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

This commit is contained in:
Thomas Nind
2023-11-10 23:04:19 +00:00
committed by GitHub
parent e16205af85
commit 545e422ffa

View File

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