DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New]
Link: http://www.fltk.org/str.php?L2412
Version: 2.0-current
Please try attached patch str_2412.patch. This ought to solve it.
Link: http://www.fltk.org/str.php?L2412
Version: 2.0-current
Index: src/ValueSlider.cxx
===================================================================
--- src/ValueSlider.cxx (revision 7407)
+++ src/ValueSlider.cxx (working copy)
@@ -103,7 +103,7 @@
input.label(label());
input.align(align());
//input.copy_style(style());
- input.flags(flags()|CLICK_TO_FOCUS);
+ input.flags((flags()|CLICK_TO_FOCUS)&(~COPIED_LABEL));
push_matrix();
translate(input.x(),input.y());
input.draw();
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs