diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index f83636cbf8eabb43921699244e1e922a5b5b3b98..74de1ba84db59317f0955b883a6f19705ba12b84 100644 --- a/Fltk/helpWindow.cpp +++ b/Fltk/helpWindow.cpp @@ -446,11 +446,11 @@ helpWindow::helpWindow() { Fl_Group* g = new Fl_Group(0, height - BH - WB, width, BH); Fl_Group* g2 = new Fl_Group(0, height - BH - WB, BB, BH); + g->resizable(g2); + g2->end(); Fl_Return_Button *o = new Fl_Return_Button (width - BB - WB, height - BH - WB, BB, BH, "Update"); o->callback(help_options_cb); - g->resizable(g2); - g2->end(); g->end(); } diff --git a/doc/VERSIONS.txt b/doc/VERSIONS.txt index ddbc7527286022e702790e5a9f1e2e362b89962f..42154e161f90b97a79a7f1539e79c12c57b1ce74 100644 --- a/doc/VERSIONS.txt +++ b/doc/VERSIONS.txt @@ -1,4 +1,5 @@ -2.12.0: improved interactive definition of physical groups. +2.12.0: improved interactive definition of physical groups and handling of +solvers; improved full quad algorithm; fixed various bugs. 2.11.0 (November 7, 2015): new Else/ElseIf commands; new OptimizeMesh command; Plugin(ModifyComponents) replaces Plugin(ModifyComponent); new VTK and X3D