From 0811ee18badc8bf56f0ae6ed1ad9137452239299 Mon Sep 17 00:00:00 2001 From: Douglas Drumond Date: Mon, 24 Aug 2015 01:24:58 -0300 Subject: [PATCH] =?UTF-8?q?Revert=20"Regression=20of=20"Early-out=20of=20r?= =?UTF-8?q?esize=20handling=20if=20the=20window=20has=20not=20been=20prese?= =?UTF-8?q?nted=20yet=E2=80=A6""?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/MacVim/MMWindowController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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