cocoa: prevent blocking of LCL only messages. Previous revision is causing issues with menu tracking loop

git-svn-id: trunk@61331 -
This commit is contained in:
dmitry 2019-06-06 21:06:31 +00:00
parent 3f6a435b48
commit 000bfb281d

View File

@ -565,7 +565,7 @@ begin
end
end;
end;
until done;
until true;
end;
function TCocoaApplication.runModalForWindow(theWindow: NSWindow): NSInteger;