Author: manolo
Date: 2012-05-11 11:44:30 -0700 (Fri, 11 May 2012)
New Revision: 9484
Log:
Change in fltk3::Group::draw_outside_label() for group-relative coordinates.

Modified:
   branches/branch-3.0/src/fltk3/Group.cxx

Modified: branches/branch-3.0/src/fltk3/Group.cxx
===================================================================
--- branches/branch-3.0/src/fltk3/Group.cxx     2012-05-11 17:11:41 UTC (rev 
9483)
+++ branches/branch-3.0/src/fltk3/Group.cxx     2012-05-11 18:44:30 UTC (rev 
9484)
@@ -771,7 +771,8 @@
   if (const_cast<fltk3::Group*>(this)->as_window()) {
     wx = wy = 0;
   } else {
-    wx = x(); wy = y();
+    //wx = x(); wy = y();
+    wx = wy = 0;
   }
   if ( (a & 0x0f) == fltk3::ALIGN_LEFT_TOP ) {
     a = (a &~0x0f ) | fltk3::ALIGN_TOP_RIGHT;

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

Reply via email to