Salome HOME
correct previous integration (Porting to Python 2.6)
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_SpinBox.cxx
index 1b30cb08a33e0ede5f9b3e82e26a9a84c0bd187a..c617f5ec7cc182a1e2de911854c1e723a1c07ef5 100644 (file)
@@ -107,9 +107,9 @@ QDoubleValidator* SMESHGUI_SpinBox::validator() const
 // purpose  :
 //=================================================================================
 void SMESHGUI_SpinBox::RangeStepAndValidator( double min,
-                                             double max,
-                                             double step,
-                                             unsigned short precision )
+                                              double max,
+                                              double step,
+                                              unsigned short precision )
 {
   setPrecision(precision*(-1)); // PAL8769. Minus is for using 'g' double->string conversion specifier,
   //                               see QtxDoubleSpinBox::mapValueToText( double v )