Revert "Regression of "Early-out of resize handling if the window has not been presented yet…""

This commit is contained in:
Douglas Drumond
2015-08-24 01:24:58 -03:00
parent c45736ab2b
commit 0811ee18ba
+1 -1
View File
@@ -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