]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Bug 0020029: EDF 845 GEOM: impossible to set a negative angle for the revolution... V4_1_4rc1
authorjfa <jfa@opencascade.com>
Fri, 31 Oct 2008 14:09:56 +0000 (14:09 +0000)
committerjfa <jfa@opencascade.com>
Fri, 31 Oct 2008 14:09:56 +0000 (14:09 +0000)
src/GenerationGUI/GenerationGUI_RevolDlg.cxx

index d4d478269aecdbb14ab687175c356ca5ce6574f7..b103d2ccc145977edd4828d6134e376d6bcff2b2 100644 (file)
@@ -125,8 +125,7 @@ void GenerationGUI_RevolDlg::Init()
   //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->RangeStepAndValidator(-360.0, 360.0, SpecificStep, DBL_DIGITS_DISPLAY);
   GroupPoints->SpinBox_DX->SetValue(45.0);
 
   /* signals and slots connections */