Remove redundant handler for ctrl-clicking the grid
Originally committed to SVN as r4612.
This commit is contained in:
parent
934da32931
commit
4db892935c
1 changed files with 0 additions and 6 deletions
|
@ -778,12 +778,6 @@ void BaseGrid::OnMouseEvent(wxMouseEvent &event) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Keep selection
|
|
||||||
if (click && !shift && !ctrl && alt) {
|
|
||||||
SetActiveLine(dlg);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Block select
|
// Block select
|
||||||
if ((click && shift && !ctrl && !alt) || (holding && !ctrl && !alt && !shift)) {
|
if ((click && shift && !ctrl && !alt) || (holding && !ctrl && !alt && !shift)) {
|
||||||
if (lastRow != -1) {
|
if (lastRow != -1) {
|
||||||
|
|
Loading…
Reference in a new issue