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

No commit message

No commit message
parent f3f10a77
No related branches found
No related tags found
No related merge requests found
......@@ -627,7 +627,7 @@ onelabWindow::onelabWindow(int deltaFontSize)
(_butt[1]->x() - WB - BB/2, _butt[1]->y(), BB/2, BH, "@-1gmsh_gear");
_gear->align(FL_ALIGN_LEFT | FL_ALIGN_INSIDE);
_gear->add("Reset database", 0, onelab_cb, (void*)"reset");
_gear->add("Mesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
_gear->add("Remesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
((Fl_Menu_Item*)_gear->menu())[1].set();
Fl_Box *resbox = new Fl_Box(WB, height - BH - 3 * WB, WB, WB);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment