mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-10 23:28:41 +02:00
LCL: TDragManagerDefault: check if FPermorer is no more, bug #16959
git-svn-id: trunk@26708 -
This commit is contained in:
parent
3dee143767
commit
c7da8d084e
@ -674,7 +674,8 @@ begin
|
||||
exit;
|
||||
FPerformer.DragStarted(APosition);
|
||||
end;
|
||||
FPerformer.DragMove(APosition);
|
||||
if FPerformer<>nil then
|
||||
FPerformer.DragMove(APosition);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user