X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_ExtrusionAlongPathDlg.cxx;h=b92744b0a30e02530eed582ebc47323e116c743a;hp=989518fe02b671162ec32071a150deb6d87dbf72;hb=281105176b2f9d8bd27ea95702f4bc56b10f5697;hpb=4f7811fdb1e758270519988f66fcb79aa65322ea diff --git a/src/SMESHGUI/SMESHGUI_ExtrusionAlongPathDlg.cxx b/src/SMESHGUI/SMESHGUI_ExtrusionAlongPathDlg.cxx index 989518fe0..b92744b0a 100644 --- a/src/SMESHGUI/SMESHGUI_ExtrusionAlongPathDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_ExtrusionAlongPathDlg.cxx @@ -287,11 +287,12 @@ SMESHGUI_ExtrusionAlongPathDlg::SMESHGUI_ExtrusionAlongPathDlg( QWidget* parent, /***************************************************************/ // Initialisations - XSpin->RangeStepAndValidator( -999999.999, +999999.999, 10.0, 3 ); - YSpin->RangeStepAndValidator( -999999.999, +999999.999, 10.0, 3 ); - ZSpin->RangeStepAndValidator( -999999.999, +999999.999, 10.0, 3 ); - AngleSpin->RangeStepAndValidator( -999999.999, +999999.999, 5.0, 3 ); - + XSpin->RangeStepAndValidator( COORD_MIN, COORD_MAX, 10.0, 3 ); + YSpin->RangeStepAndValidator( COORD_MIN, COORD_MAX, 10.0, 3 ); + ZSpin->RangeStepAndValidator( COORD_MIN, COORD_MAX, 10.0, 3 ); + AngleSpin->RangeStepAndValidator( COORD_MIN, COORD_MAX, 5.0, 3 ); + //?? AngleSpin->RangeStepAndValidator( -360., +360., 5.0, 3 ); + mySelection = Sel; mySMESHGUI = SMESHGUI::GetSMESHGUI() ; mySMESHGUI->SetActiveDialogBox( this ) ;