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

don't reset on Enter

parent 4bfc4a29
Branches
Tags gmsh_2_9_0
No related merge requests found
...@@ -82,7 +82,7 @@ manipWindow::manipWindow(int deltaFontSize) ...@@ -82,7 +82,7 @@ manipWindow::manipWindow(int deltaFontSize)
} }
{ {
Fl_Return_Button *o = new Fl_Return_Button Fl_Button *o = new Fl_Button
(width - BB - WB, height - BH - WB, BB, BH, "Reset"); (width - BB - WB, height - BH - WB, BB, BH, "Reset");
o->callback(status_xyz1p_cb, (void *)"reset"); o->callback(status_xyz1p_cb, (void *)"reset");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment