diff --git a/src/MacVim/MMWindowController.m b/src/MacVim/MMWindowController.m index f71b1ffc11..2d04397474 100644 --- a/src/MacVim/MMWindowController.m +++ b/src/MacVim/MMWindowController.m @@ -1023,7 +1023,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