Author: manolo
Date: 2011-11-29 03:50:18 -0800 (Tue, 29 Nov 2011)
New Revision: 9191
Log:
Needed after r.9181 for the Gmsh program according to its author Christophe 
Geuzaine

Modified:
   branches/branch-1.3/src/Fl_cocoa.mm

Modified: branches/branch-1.3/src/Fl_cocoa.mm
===================================================================
--- branches/branch-1.3/src/Fl_cocoa.mm 2011-11-28 12:55:29 UTC (rev 9190)
+++ branches/branch-1.3/src/Fl_cocoa.mm 2011-11-29 11:50:18 UTC (rev 9191)
@@ -2217,7 +2217,10 @@
   //  printf("Fl_Window::resize(X=%d, Y=%d, W=%d, H=%d), is_a_resize=%d, 
resize_from_system=%p, this=%p\n",
   //         X, Y, W, H, is_a_resize, resize_from_system, this);
   if (X != x() || Y != y()) set_flag(FORCE_POSITION);
-  else if (!is_a_resize) return;
+  else if (!is_a_resize) {
+    resize_from_system = 0;
+    return;
+    }
   if ( (resize_from_system!=this) && (!parent()) && shown()) {
     if (is_a_resize) {
       if (resizable()) {

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to