diff --git a/darwin/window.m b/darwin/window.m index fda55e44a..22819ebdd 100644 --- a/darwin/window.m +++ b/darwin/window.m @@ -100,6 +100,7 @@ static void windowCommitShow(uiControl *c) uiWindow *w = (uiWindow *) c; [w->window makeKeyAndOrderFront:w->window]; + [NSApp activateIgnoringOtherApps:YES]; } static void windowCommitHide(uiControl *c)