We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5c59e4 + 4fc733a commit c140e17Copy full SHA for c140e17
glfw/cocoa_init.m
@@ -470,14 +470,13 @@ - (void)applicationWillFinishLaunching:(NSNotification *)notification
470
// finishLaunching below, in order to properly emulate the behavior
471
// of NSApplicationMain
472
473
- // disabled by Kovid
474
- /* if ([[NSBundle mainBundle] pathForResource:@"MainMenu" ofType:@"nib"])
+ if ([[NSBundle mainBundle] pathForResource:@"MainMenu" ofType:@"nib"])
475
{
476
[[NSBundle mainBundle] loadNibNamed:@"MainMenu"
477
owner:NSApp
478
topLevelObjects:&_glfw.ns.nibObjects];
479
}
480
- else */
+ else
481
createMenuBar();
482
483
if (finish_launching_callback)
0 commit comments