mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 20:00:30 +01:00
LCL: initialize TMouse.DragImmediate and TMouse.DragThreshold according to default values (bug #10407) from Marius
git-svn-id: trunk@13302 -
This commit is contained in:
parent
b19a2cd481
commit
003c9a735e
@ -21,6 +21,8 @@
|
||||
constructor TMouse.Create;
|
||||
begin
|
||||
inherited Create;
|
||||
FDragImmediate := true;
|
||||
FDragThreshold := 5;
|
||||
FWheelScrollLines := -1;
|
||||
end;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user