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


Well, I checked the latest code from the SVN, but I have not seen the fix.
The problem is Fl_Table::begin() does table-begin() , Fl_Table::end() does
table->end() , but Fl_Table::clear() does not do table->clear() ! If you
just put clear() at the beginning of SetSize, the problem continues. It
goes away only if you write table-clear(). The member variable named table
is a Fl_Scroll instance that holds the widgets that belong to the table.
The example should work fine if Fl_Table::clear() did table->clear(). BTW,
I do not use the example as the basis for my application. I just used it to
demonstrate the problem...


Link: http://www.fltk.org/str.php?L2889
Version: 1.3.1

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

Reply via email to