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 d1424d3 commit 40090ebCopy full SHA for 40090eb
src/MacVim/MMWindowController.m
@@ -993,7 +993,7 @@ - (void)windowDidMove:(NSNotification *)notification
993
994
- (void)windowDidResize:(id)sender
995
{
996
- if (!setupDone || fullScreenEnabled) return;
+ if (!setupDone || fullScreenEnabled || !windowPresented) return;
997
998
// NOTE: Since we have no control over when the window may resize (Cocoa
999
// may resize automatically) we simply set the view to fill the entire
0 commit comments