Update lastRow when rows are ctrl-clicked
Originally committed to SVN as r4614.
This commit is contained in:
parent
a47080137d
commit
2f80c6b26a
1 changed files with 1 additions and 0 deletions
|
@ -775,6 +775,7 @@ void BaseGrid::OnMouseEvent(wxMouseEvent &event) {
|
||||||
if (click && ctrl && !shift && !alt) {
|
if (click && ctrl && !shift && !alt) {
|
||||||
SelectRow(row,true,!IsInSelection(row,0));
|
SelectRow(row,true,!IsInSelection(row,0));
|
||||||
parentFrame->UpdateToolbar();
|
parentFrame->UpdateToolbar();
|
||||||
|
lastRow = row;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue