Remove redundant handler for ctrl-clicking the grid

Originally committed to SVN as r4612.
This commit is contained in:
Thomas Goyne 2010-06-27 04:54:52 +00:00
parent 934da32931
commit 4db892935c

View file

@ -778,12 +778,6 @@ void BaseGrid::OnMouseEvent(wxMouseEvent &event) {
return;
}
// Keep selection
if (click && !shift && !ctrl && alt) {
SetActiveLine(dlg);
return;
}
// Block select
if ((click && shift && !ctrl && !alt) || (holding && !ctrl && !alt && !shift)) {
if (lastRow != -1) {