]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Update for bug IPAL12958.
authorskl <skl@opencascade.com>
Thu, 19 Jun 2008 05:28:58 +0000 (05:28 +0000)
committerskl <skl@opencascade.com>
Thu, 19 Jun 2008 05:28:58 +0000 (05:28 +0000)
src/GenerationGUI/GenerationGUI_RevolDlg.cxx

index 928fd15f6fe644ced7d7726ef6a53c7ed753617c..d4d478269aecdbb14ab687175c356ca5ce6574f7 100644 (file)
@@ -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 */