LCL, grids, disable selection on mousewheel, issue #20494

git-svn-id: trunk@32947 -
This commit is contained in:
jesus 2011-10-17 15:14:38 +00:00
parent b31ac2827b
commit 5d8d41f146

View File

@ -7575,6 +7575,7 @@ end;
procedure TCustomGrid.GridMouseWheel(shift: TShiftState; Delta: Integer);
begin
FSelectActive := false;
if ssCtrl in Shift then
MoveNextSelectable(true, Delta, 0)
else