mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-11 01:29:29 +01: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;
|
exit;
|
||||||
FPerformer.DragStarted(APosition);
|
FPerformer.DragStarted(APosition);
|
||||||
end;
|
end;
|
||||||
FPerformer.DragMove(APosition);
|
if FPerformer<>nil then
|
||||||
|
FPerformer.DragMove(APosition);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user