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

index 0c4a91703b1648dda2dbdb69b5b9e14bbd0c589d..f8ceba68a3320824d3523524860ef4a00c65baeb 100644 (file)
@@ -109,7 +109,7 @@ void GenerationGUI_RevolDlg::Init()
 {
   // min, max, step and decimals for spin boxes & initial values
   double SpecificStep = 5;
-  initSpinBox(GroupPoints->SpinBox_DX, 0.0, 360.0, SpecificStep, 3); // VSR: TODO: DBL_DIGITS_DISPLAY
+  initSpinBox(GroupPoints->SpinBox_DX, -360.0, 360.0, SpecificStep, 3); // VSR: TODO: DBL_DIGITS_DISPLAY
   GroupPoints->SpinBox_DX->setValue(45.0);
 
   // init variables