Johannes Hofmann wrote: > I'm currently seeing crashes in fltk2 with tabs. > After removing and deleting a widget from a tab that > happens to be the resizable of the tab group, the > application crashes when accessing the resizable > in Group::sizes(). > Shouldn't resizable_ be reset when the resizable > widget get's removed from a group? I could not find code > for that in fltk2 or fltk1.
Yes, that's a bug. The resizable_ needs to be reset when removing the resizable_ widget from a (Fl_)Group. Thanks for reporting this. Would you please file a bug report ? http://www.fltk.org/str.php Thanks Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

