Salome HOME
Bug 0016155: EDF PAL 447: If the shape is a Shell, disable 3D tab.
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SpinBox.cxx
index ae80c505a450edfd4d97cf0ad5d255ad1f587776..d405feb990e4dfe2898e5e57ea2d771697d64325 100644 (file)
@@ -115,5 +115,4 @@ void SMESHGUI_SpinBox::RangeStepAndValidator( double min,
   //                        see QtxDoubleSpinBox::mapValueToText( double v )
   setRange( min, max );
   setSingleStep( step );
-  validator()->setRange( min, max, decimals );
 }