Skip to content
Snippets Groups Projects
Commit 9fd666dd authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

No commit message

No commit message
parent c01641e7
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment