diff --git a/src/MacVim/MMWindowController.m b/src/MacVim/MMWindowController.m index 1c0e2939a8..ecb9008e73 100644 --- a/src/MacVim/MMWindowController.m +++ b/src/MacVim/MMWindowController.m @@ -1013,7 +1013,7 @@ return; } - if (!setupDone || fullScreenEnabled) return; + if (!setupDone || fullScreenEnabled || !windowPresented) return; // NOTE: Since we have no control over when the window may resize (Cocoa // may resize automatically) we simply set the view to fill the entire