Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/MacVim/MMWindowController.m
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,7 @@ - (void)windowDidResize:(id)sender
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
Expand Down