mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Merge pull request #69 from macvim-dev/revert-67-master
Revert "Regression of "Early-out of resize handling if the window has…
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user