diff --git a/CHANGES b/CHANGES index ca9feba11..1c3818f09 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,7 @@ CHANGES IN FLTK 1.3.5 RELEASED: ??? ?? 2017 Bug fixes and other improvements + - Fix crash when closing fluid with Fl_Table (STR #3427). - Fix ignored buffer pre-allocation (requestedSize) in Fl_Text_Buffer. See fltk.general "Fl_Text_Buffer constructor bug" on Dec 5, 2016. - Fix Fl_Browser background and text color parsing (STR #3376). diff --git a/fluid/Fl_Group_Type.cxx b/fluid/Fl_Group_Type.cxx index 555ffe186..a21ff6849 100644 --- a/fluid/Fl_Group_Type.cxx +++ b/fluid/Fl_Group_Type.cxx @@ -196,6 +196,7 @@ class Fluid_Table : public Fl_Table { public: Fluid_Table(int x, int y, int w, int h, const char *l=0L) : Fl_Table(x, y, w, h, l) { + end(); for ( int r=0; r