mirror of https://github.com/fltk/fltk.git
Browse Source
Fl_Group::clear() is called in Fl_Group's d'tor anyway. Technically we don't need to remove hscrollbar and scrollbar because they are destroyed (and thus removed from Fl_Group) before Fl_Group's d'tor is executed but this is left for clarity and to guarantee the order (see comment).pull/1246/head
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue