mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 15:50:25 +02:00
fixed using Drop parameter in DragDone from Daniel Dugan
git-svn-id: trunk@8998 -
This commit is contained in:
parent
f4ca574134
commit
b5df9f177e
@ -325,7 +325,7 @@ Begin
|
||||
TargetPos := DragObject.DragPos;
|
||||
|
||||
// last DragOver message (make sure, there is at least one)
|
||||
Accepted:=(ActiveDrag <> dopNone) and SendDragOver(dmDragLeave);
|
||||
Accepted:=(ActiveDrag <> dopNone) and SendDragOver(dmDragLeave) and Drop;
|
||||
|
||||
// erase global variables (dragging stopped)
|
||||
DragControl := nil;
|
||||
|
Loading…
Reference in New Issue
Block a user