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

[STR Pending]

Link: http://www.fltk.org/str.php?L2942
Version: 1.3-feature
Fix Version: 1.3-current


Attached file "down_button_color_r2.patch"...


Link: http://www.fltk.org/str.php?L2942
Version: 1.3-feature
Fix Version: 1.3-current
Index: fluid/Fl_Widget_Type.cxx
===================================================================
--- fluid/Fl_Widget_Type.cxx    (revision 9857)
+++ fluid/Fl_Widget_Type.cxx    (working copy)
@@ -2438,6 +2438,8 @@
     write_string("color %d", o->color());
   if (o->selection_color()!=tplate->selection_color())
     write_string("selection_color %d", o->selection_color());
+  else
+    write_string("selection_color %d", o->color());
   if (o->labeltype()!=tplate->labeltype()) {
     write_string("labeltype");
     write_word(item_name(labeltypemenu, o->labeltype()));
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to