From 6102ab0e19df934b46c11fe272f832e6017d9e32 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 27 Jun 2001 06:49:35 +0000 Subject: [PATCH] step --- Fltk/GUI.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp index 3464dabf8e..700267f748 100644 --- a/Fltk/GUI.cpp +++ b/Fltk/GUI.cpp @@ -1,4 +1,4 @@ -// $Id: GUI.cpp,v 1.85 2001-06-26 16:47:23 geuzaine Exp $ +// $Id: GUI.cpp,v 1.86 2001-06-27 06:49:35 geuzaine Exp $ // To make the interface as visually consistent as possible, please: // - use the BH, BW, WB, IW values for button heights/widths, window borders, etc. @@ -1975,6 +1975,7 @@ void GUI::create_view_options_window(int num){ view_value[11]->type(FL_HORIZONTAL); view_value[11]->align(FL_ALIGN_RIGHT); view_value[11]->minimum(0); + view_value[11]->step(1); view_value[11]->maximum(3); o->end(); } -- GitLab