mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 11:39:17 +02:00
lcl: don't produce false drops during drag/drop operations in case we are still waiting for drag threshold (by Hans-Peter Diettrich, issue #0013675)
git-svn-id: trunk@19842 -
This commit is contained in:
parent
96db128d27
commit
c9a275b3a4
@ -603,7 +603,7 @@ begin
|
||||
begin
|
||||
FInDragStop := True;
|
||||
try
|
||||
FPerformer.DragStop(ADropped);
|
||||
FPerformer.DragStop(ADropped and not FWaitForTreshold);
|
||||
finally
|
||||
FreeAndNil(FPerformer);
|
||||
FInDragStop := False;
|
||||
|
Loading…
Reference in New Issue
Block a user