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

[STR New]

Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current


Yeah, this was fixed in the latest revision of 2.0.
It's caused by the message box buttons being drawn from right-to-left.
Somewhere in the code in src/message.cxx (or the 1.3 equivalent) was this
line:
bx -= bw + BORDER_W.
Essentially, that moved the next button to the *left* of where the current
button was drawn - but FLTK thinks the child should be to the right.
If there's been no fix by the time I get back home tonight, I'll see if I
can contribute the 1.3 patch (or a starting point, anyway).


Link: http://www.fltk.org/str.php?L2591
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to