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:
vincents 2007-12-12 19:35:20 +00:00
parent b19a2cd481
commit 003c9a735e

View File

@ -21,6 +21,8 @@
constructor TMouse.Create;
begin
inherited Create;
FDragImmediate := true;
FDragThreshold := 5;
FWheelScrollLines := -1;
end;