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