DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2889 Version: 1.3.1 Fix Version: 1.3-current (r9731) Fixed in Subversion repository. OK, see r9731 with that mod to Fl_Table.H: - virtual void clear() { rows(0); cols(0); } + virtual void clear() { rows(0); cols(0); table->clear(); } I agree that Fl_Table::clear() should clear the internal Fl_Scroll as well, since add()/insert()/begin()/end() all affect it as well. Docs modified as well. Link: http://www.fltk.org/str.php?L2889 Version: 1.3.1 Fix Version: 1.3-current (r9731) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
