mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 19:01:43 +02:00
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:
parent
3f6a435b48
commit
000bfb281d
@ -565,7 +565,7 @@ begin
|
||||
end
|
||||
end;
|
||||
end;
|
||||
until done;
|
||||
until true;
|
||||
end;
|
||||
|
||||
function TCocoaApplication.runModalForWindow(theWindow: NSWindow): NSInteger;
|
||||
|
Loading…
Reference in New Issue
Block a user