mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
Correct missing line - TCocoaWidgetSet.AppTerminate;
git-svn-id: trunk@43599 -
This commit is contained in:
parent
cd6227e4c9
commit
340c0f0266
@ -139,12 +139,11 @@ end;
|
||||
|
||||
Tells Carbon to halt the application
|
||||
------------------------------------------------------------------------------}
|
||||
|
||||
|
||||
procedure TCocoaWidgetSet.AppTerminate;
|
||||
begin
|
||||
if FTerminating then Exit;
|
||||
// TODO: Check if there is more cleanup to do here
|
||||
// NSApp.terminate(nil); // causes app to quit directly
|
||||
// TODO: Check if there is more cleanup to do here
|
||||
// NSApp.terminate(nil); // causes app to quit directly
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user