Skip to content

Commit

Permalink
Fix table view not redrawing when using letter based navigation (gui-…
Browse files Browse the repository at this point in the history
  • Loading branch information
tznind committed Nov 10, 2023
1 parent e16205a commit 545e422
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Terminal.Gui/Views/TableView/TableView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -802,6 +802,8 @@ private bool CycleToNextTableEntryBeginningWith (KeyEvent keyEvent)
SelectedRow = match;
EnsureValidSelection ();
EnsureSelectedCellIsVisible ();
PositionCursor ();
SetNeedsDisplay ();
return true;
}

Expand Down

0 comments on commit 545e422

Please sign in to comment.