Make the correct row visible when selecting rows with shift + arrow keys in the grid. Closes #1533.

This commit is contained in:
Thomas Goyne 2012-10-14 08:31:16 -07:00
parent b7e0af6bbb
commit 8aeb611745
1 changed files with 1 additions and 1 deletions

View File

@ -1031,7 +1031,7 @@ void BaseGrid::OnKeyDown(wxKeyEvent &event) {
SetSelectedSet(newsel);
MakeCellVisible(extendRow, 0, false);
MakeCellVisible(next, 0, false);
return;
}
}