From 664cfe7b2fb4f94ee893f3d56a6df9016574eb3b Mon Sep 17 00:00:00 2001 From: skl Date: Thu, 19 Jun 2008 05:28:58 +0000 Subject: [PATCH] Update for bug IPAL12958. --- src/GenerationGUI/GenerationGUI_RevolDlg.cxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/GenerationGUI/GenerationGUI_RevolDlg.cxx b/src/GenerationGUI/GenerationGUI_RevolDlg.cxx index 928fd15f6..d4d478269 100644 --- a/src/GenerationGUI/GenerationGUI_RevolDlg.cxx +++ b/src/GenerationGUI/GenerationGUI_RevolDlg.cxx @@ -122,7 +122,11 @@ void GenerationGUI_RevolDlg::Init() double SpecificStep = 5; /* min, max, step and decimals for spin boxes & initial values */ - GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX, SpecificStep, DBL_DIGITS_DISPLAY); + //GroupPoints->SpinBox_DX->RangeStepAndValidator(COORD_MIN, COORD_MAX, + // SpecificStep, DBL_DIGITS_DISPLAY); + // 05.06.2008 skl for IPAL12958 + GroupPoints->SpinBox_DX->RangeStepAndValidator(0.0, 360.0, SpecificStep, + DBL_DIGITS_DISPLAY); GroupPoints->SpinBox_DX->SetValue(45.0); /* signals and slots connections */ -- 2.39.2