DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2620 Version: 1.3-current Fl_Text_Display in 1.3 uses hardcoded tab values instead of the value that was set by the user through textbuf->tab_distance(). To fix this, I changed the 8 in col_to_x(8) on lines 1747 and 1780 of Fl_Text_Display.cxx to mBuffer->tab_distance(). Attached is the new Fl_Text_Display.cxx. Link: http://www.fltk.org/str.php?L2620 Version: 1.3-current Attachment: http://www.fltk.org/strfiles/2620/Fl_Text_Display.cxx _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
