Cal [NSApp finishLaunching]. Fixes #182.

This commit is contained in:
Pietro Gagliardi 2016-10-26 09:39:43 -04:00
parent cc1942a929
commit 5de62d073f
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,8 @@ void uiMain(void)
void uiMainSteps(void)
{
// SDL does this and it seems to be necessary for the menubar to work (see #182)
[realNSApp() finishLaunching];
isRunning = ^{
return stepsIsRunning;
};