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

pp

parent 1fd6955e
No related branches found
No related tags found
No related merge requests found
...@@ -496,6 +496,7 @@ onelabWindow::onelabWindow(int deltaFontSize) ...@@ -496,6 +496,7 @@ onelabWindow::onelabWindow(int deltaFontSize)
_butt[1]->callback(onelab_cb, (void*)"check"); _butt[1]->callback(onelab_cb, (void*)"check");
_gear = new Fl_Menu_Button _gear = new Fl_Menu_Button
(_butt[1]->x() - WB - BB/2, _butt[1]->y(), BB/2, BH, "@-1gmsh_gear"); (_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("Reset database", 0, onelab_cb, (void*)"reset");
_gear->add("Mesh automatically", 0, 0, 0, FL_MENU_TOGGLE); _gear->add("Mesh automatically", 0, 0, 0, FL_MENU_TOGGLE);
((Fl_Menu_Item*)_gear->menu())[1].set(); ((Fl_Menu_Item*)_gear->menu())[1].set();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment