DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L1987 Version: 2.0-current t = TextEditor() t->text("Test") Manually move the cursor to the from front of the buffer, type a character, hit backspace (or control Z, ie leave the buffer unchanged) t->text() returns garbage If you modifiy tests/input.cxx, you can see this in action: editor->text("Sampe text"); [When Changed][Home]type then start beating on back space and notice the first character is wrong. Link: http://www.fltk.org/str.php?L1987 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
