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

tweak

parent 9ba596dc
Branches
Tags
No related merge requests found
...@@ -98,7 +98,7 @@ FlGui::FlGui(int argc, char **argv) ...@@ -98,7 +98,7 @@ FlGui::FlGui(int argc, char **argv)
// add new box types used in graphic window (dx dy dw dh) // add new box types used in graphic window (dx dy dw dh)
Fl::set_boxtype(GMSH_SIMPLE_RIGHT_BOX, simple_right_box_draw, 0, 0, 1, 0); Fl::set_boxtype(GMSH_SIMPLE_RIGHT_BOX, simple_right_box_draw, 0, 0, 1, 0);
Fl::set_boxtype(GMSH_SIMPLE_TOP_BOX, simple_top_box_draw, 0, 1, 0, 0); Fl::set_boxtype(GMSH_SIMPLE_TOP_BOX, simple_top_box_draw, 0, 1, 0, 1);
// add global shortcuts // add global shortcuts
Fl::add_handler(globalShortcut); Fl::add_handler(globalShortcut);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment