changeset 902:5596e3830ae3

Temporary workaround to a maximize resize issue.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 19 Apr 2011 03:52:24 +0000
parents 1006f10040ef
children db26726118ba
files mac/dw.m
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mac/dw.m	Mon Apr 18 11:22:59 2011 +0000
+++ b/mac/dw.m	Tue Apr 19 03:52:24 2011 +0000
@@ -625,6 +625,7 @@
 {
     NSSize size = [self frame].size;
     _do_resize(box, size.width, size.height);
+    _do_resize(box, size.width, size.height);
     _event_handler([self window], nil, 1);
 }
 -(void)windowDidBecomeMain:(id)sender