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

[STR New]

Link: http://www.fltk.org/str.php?L2634
Version: 1.4-feature


I was playing with this revamped Fl_Help_View and I works with nested
tables very well and found a small mistke that prevents row background
color to work.

On line 3331 of Fl_Help_View.cxx:

----------- change this
            if (get_attr(attrptr, "BGCOLOR", attr, sizeof(attr)))
              block->bgcolor = get_color(attr, rclr);

+++++++++++ by this
            get_attr(attrptr, "BGCOLOR", attr, sizeof(attr));
            block->bgcolor = get_color(attr, rclr);

It sometimes also doesn't break the words properly when formating text,
but I didn't found the problem.

Thanks for this big improvement.


Link: http://www.fltk.org/str.php?L2634
Version: 1.4-feature

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

Reply via email to