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
No related branches found
No related tags found
No related merge requests found
......@@ -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");
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