Cocoa: Need to call WakeMainThread from nextEventMatching when quitting.

This commit is contained in:
David Jenkins 2024-12-20 14:26:32 +00:00 committed by rich2014
parent 9d49199480
commit 245b5f1ece

View File

@ -764,6 +764,8 @@ begin
Application.MainForm.Close
else
Application.Terminate;
if Assigned(WakeMainThread) then
WakeMainThread(nil);
end;
// Let caller know if the shutdown was cancelled
if (not Application.Terminated) and (replyEvent.descriptorType <> typeNull) then