DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2428
Version: 1.3-current





Link: http://www.fltk.org/str.php?L2428
Version: 1.3-current
Index: fl_rect.cxx
===================================================================
--- fl_rect.cxx (revision 7710)
+++ fl_rect.cxx (working copy)
@@ -597,10 +597,10 @@
       else u = CGRectUnion(u, test);
     }
   }
-  X = u.origin.x;
-  Y = u.origin.y;
-  W = u.size.width + 1;
-  H = u.size.height + 1;
+  X = int(u.origin.x);
+  Y = int(u.origin.y);
+  W = int(u.size.width + 1);
+  H = int(u.size.height + 1);
   if(CGRectIsEmpty(u)) W = H = 0;
   return ! CGRectEqualToRect(arg, u);
 #else
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to