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

[STR New]

Link: http://www.fltk.org/str.php?L2097
Version: 1.1.9


Looks like the round boxtype widget is at fault: It has an internal method
as follows (in the file fl_round_box.cxx)

    static void draw(int which, int x,int y,int w,int h, int inset, uchar
color)

The key here being the passing of color in a uchar, which break things.

I do not know why it does this - "color" here is passed from a variable
that is an Fl_Color item, and it is cast to an Fl_Color before being used,
so really just ought to be passed as a Fl_Color in the first place.

Looks like a bug - please file an STR for this.

I'd assume the same bug is present in 1.3.x as well?


Link: http://www.fltk.org/str.php?L2097
Version: 1.1.9

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

Reply via email to