13
0

on OS X, do not require click to activate the application

This commit is contained in:
Paul Davis 2015-01-26 11:55:48 -05:00
parent 47f8125b35
commit cab01bac6c

View File

@ -1472,6 +1472,7 @@ extern "C" void
gtk_application_ready ()
{
[ NSApp finishLaunching ];
[[NSApplication sharedApplication] activateIgnoringOtherApps : YES];
}
extern "C" void