Author: manolo Date: 2012-05-14 05:02:13 -0700 (Mon, 14 May 2012) New Revision: 9488 Log: Fixed fltk3::ColorChooser::ColorChooser()
Modified: branches/branch-3.0/src/fltk3/ColorChooser.cxx Modified: branches/branch-3.0/src/fltk3/ColorChooser.cxx =================================================================== --- branches/branch-3.0/src/fltk3/ColorChooser.cxx 2012-05-13 20:45:33 UTC (rev 9487) +++ branches/branch-3.0/src/fltk3/ColorChooser.cxx 2012-05-14 12:02:13 UTC (rev 9488) @@ -472,7 +472,7 @@ \param[in] L widget label, default is no label */ fltk3::ColorChooser::ColorChooser(int X, int Y, int W, int H, const char* L) -: fltk3::Group(X,Y,W,H,L), /* 10, 10, 195, 115 */ +: fltk3::Group(0, 0, 195, 115), huebox(0,0,115,115), valuebox(115,0,20,115), choice(140,0,55,25), _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
