Author: AlbrechtS Date: 2010-06-09 02:37:49 -0700 (Wed, 09 Jun 2010) New Revision: 7637 Log: Removed yellow color from image background. This was useful for printer testing only.
Modified: branches/branch-1.3/test/image.cxx Modified: branches/branch-1.3/test/image.cxx =================================================================== --- branches/branch-1.3/test/image.cxx 2010-06-09 08:36:25 UTC (rev 7636) +++ branches/branch-1.3/test/image.cxx 2010-06-09 09:37:49 UTC (rev 7637) @@ -124,7 +124,6 @@ Fl_Double_Window window(400,400); ::w = &window; window.color(FL_WHITE); Fl_Button b(140,160,120,120,"Image w/Alpha"); ::b = &b; - b.color(FL_YELLOW); Fl_RGB_Image *rgb; Fl_Image *dergb; _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
