From 9fd666dd9331543dc80256333ad57c055e1f9d8d Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 21 Feb 2016 21:13:53 +0000 Subject: [PATCH] --- Fltk/helpWindow.cpp | 4 ++-- doc/VERSIONS.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Fltk/helpWindow.cpp b/Fltk/helpWindow.cpp index f83636cbf8..74de1ba84d 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 ddbc752728..42154e161f 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 -- GitLab