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 dcbf644820
commit 58981c5068

View file

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