diff --git a/darwin/main.m b/darwin/main.m index 2c934330..7dbea05f 100644 --- a/darwin/main.m +++ b/darwin/main.m @@ -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; };