mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-25 00:50:32 +01:00
cocoa: sanity check before calling ProcessAsyncCallQueue
git-svn-id: trunk@61209 -
This commit is contained in:
parent
daa05e2732
commit
f256ae1065
@ -519,6 +519,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
CheckSynchronize;
|
CheckSynchronize;
|
||||||
NSApp.updateWindows;
|
NSApp.updateWindows;
|
||||||
|
if Assigned(Application) then
|
||||||
TCrackerApplication(Application).ProcessAsyncCallQueue;
|
TCrackerApplication(Application).ProcessAsyncCallQueue;
|
||||||
Result := nil
|
Result := nil
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user