mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 01:16:01 +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);
|
||||
begin
|
||||
FSelectActive := false;
|
||||
if ssCtrl in Shift then
|
||||
MoveNextSelectable(true, Delta, 0)
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user