diff --git a/src/MacVim/MMWindowController.m b/src/MacVim/MMWindowController.m index b6c6786bf1..6fb25eba3a 100644 --- a/src/MacVim/MMWindowController.m +++ b/src/MacVim/MMWindowController.m @@ -993,7 +993,7 @@ - (void)windowDidResize:(id)sender { - 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