Make the correct row visible when selecting rows with shift + arrow keys in the grid. Closes #1533.
This commit is contained in:
parent
b7e0af6bbb
commit
8aeb611745
1 changed files with 1 additions and 1 deletions
|
@ -1031,7 +1031,7 @@ void BaseGrid::OnKeyDown(wxKeyEvent &event) {
|
||||||
|
|
||||||
SetSelectedSet(newsel);
|
SetSelectedSet(newsel);
|
||||||
|
|
||||||
MakeCellVisible(extendRow, 0, false);
|
MakeCellVisible(next, 0, false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue