]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0020320: EDF GEOM 1008 : Negative extrusion is not possible
authordmv <dmv@opencascade.com>
Fri, 17 Apr 2009 10:32:11 +0000 (10:32 +0000)
committerdmv <dmv@opencascade.com>
Fri, 17 Apr 2009 10:32:11 +0000 (10:32 +0000)
src/GenerationGUI/GenerationGUI_PrismDlg.cxx

index e4ff74ff39ab4fb2475cf2a51a912da5ee61de0c..9d4914dfec821122af3bfa015f6b7f24679bf42f 100644 (file)
@@ -146,7 +146,7 @@ void GenerationGUI_PrismDlg::Init()
   GroupPoints3->SpinBox_DY->setValue(0.0);
   GroupPoints3->SpinBox_DZ->setValue(0.0);
 
-  initSpinBox(GroupPoints->SpinBox_DX, 0.000001, COORD_MAX, step, 6); // VSR: TODO: DBL_DIGITS_DISPLAY
+  initSpinBox(GroupPoints->SpinBox_DX, COORD_MIN, COORD_MAX, step, 6); // VSR: TODO: DBL_DIGITS_DISPLAY
   GroupPoints->SpinBox_DX->setValue(100.0);
 
   // init variables