diff options
Diffstat (limited to 'pugl')
-rw-r--r-- | pugl/detail/mac.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m index c844d26..ce00a10 100644 --- a/pugl/detail/mac.m +++ b/pugl/detail/mac.m @@ -808,6 +808,7 @@ puglCreateWindow(PuglView* view, const char* title) [view->world->impl->app activateIgnoringOtherApps:YES]; [window makeFirstResponder:impl->wrapperView]; [window makeKeyAndOrderFront:window]; + [impl->window setIsVisible:NO]; } [impl->wrapperView updateTrackingAreas]; |