We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f1453 commit 20c3851Copy full SHA for 20c3851
1 file changed
src/MacVim/MMWindowController.m
@@ -1023,7 +1023,7 @@ - (void)windowDidResize:(id)sender
1023
return;
1024
}
1025
1026
- if (!setupDone || fullScreenEnabled) return;
+ if (!setupDone || fullScreenEnabled || !windowPresented) return;
1027
1028
// NOTE: Since we have no control over when the window may resize (Cocoa
1029
// may resize automatically) we simply set the view to fill the entire
0 commit comments