mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fix table view not redrawing when using letter based navigation (#2977)
This commit is contained in:
@@ -802,6 +802,8 @@ namespace Terminal.Gui {
|
||||
SelectedRow = match;
|
||||
EnsureValidSelection ();
|
||||
EnsureSelectedCellIsVisible ();
|
||||
PositionCursor ();
|
||||
SetNeedsDisplay ();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user