diff --git a/src/MacVim/MMWindowController.m b/src/MacVim/MMWindowController.m index 2d04397474..f71b1ffc11 100644 --- a/src/MacVim/MMWindowController.m +++ b/src/MacVim/MMWindowController.m @@ -1023,7 +1023,7 @@ return; } - if (!setupDone || fullScreenEnabled || !windowPresented) return; + if (!setupDone || fullScreenEnabled) 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