# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1303185144 0 # Node ID 5596e3830ae3ae7bfb8dca905cd313c5a8453a7d # Parent 1006f10040ef8b9dc94315ebf9a72ed0488b6922 Temporary workaround to a maximize resize issue. diff -r 1006f10040ef -r 5596e3830ae3 mac/dw.m --- 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