diff --git a/src/widgets/Grid.cpp b/src/widgets/Grid.cpp index 38ad44c14..1fd55bf70 100644 --- a/src/widgets/Grid.cpp +++ b/src/widgets/Grid.cpp @@ -532,6 +532,8 @@ void Grid::OnSelectCell(wxGridEvent &event) { event.Skip(); + MakeCellVisible(event.GetRow(), event.GetCol()); + #if wxUSE_ACCESSIBILITY mAx->SetCurrentCell(event.GetRow(), event.GetCol()); #endif