mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 22:19:18 +02:00
LCL, grids, disable selection on mousewheel, issue #20494
git-svn-id: trunk@32947 -
This commit is contained in:
parent
b31ac2827b
commit
5d8d41f146
@ -7575,6 +7575,7 @@ end;
|
|||||||
|
|
||||||
procedure TCustomGrid.GridMouseWheel(shift: TShiftState; Delta: Integer);
|
procedure TCustomGrid.GridMouseWheel(shift: TShiftState; Delta: Integer);
|
||||||
begin
|
begin
|
||||||
|
FSelectActive := false;
|
||||||
if ssCtrl in Shift then
|
if ssCtrl in Shift then
|
||||||
MoveNextSelectable(true, Delta, 0)
|
MoveNextSelectable(true, Delta, 0)
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user