]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #910 - Impossible to set start point , end points for line manually -- temporar...
authorspo <sergey.pokhodenko@opencascade.com>
Thu, 10 Sep 2015 07:11:17 +0000 (10:11 +0300)
committerspo <sergey.pokhodenko@opencascade.com>
Thu, 10 Sep 2015 07:11:23 +0000 (10:11 +0300)
src/ModuleBase/ModuleBase_DoubleSpinBox.h
src/ModuleBase/ModuleBase_ParamSpinBox.h

index 87cbe6e84e665075d2fe425b3cafbd8834b9a4af..2daa53b955a94ecf7f4052f326168c79136238ea 100644 (file)
@@ -21,7 +21,7 @@ class MODULEBASE_EXPORT ModuleBase_DoubleSpinBox : public QDoubleSpinBox
 Q_OBJECT
 
  public:
-  explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
+  explicit ModuleBase_DoubleSpinBox( QWidget* theParent = 0, int thePrecision = 12 );
   virtual ~ModuleBase_DoubleSpinBox();
 
   /// Returns true if the control is clear
index 7d14e951136d1f4cc6065fd650adc5adba00ec82..89e99ff7c0ce5a2889afed0ed065edbd8647f85d 100644 (file)
@@ -15,7 +15,7 @@ class MODULEBASE_EXPORT ModuleBase_ParamSpinBox : public ModuleBase_DoubleSpinBo
   enum State { Invalid = 0, NoVariable, Incompatible, Acceptable };
 
 public:
-  explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
+  explicit ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = 12 );
   virtual ~ModuleBase_ParamSpinBox();
 
   virtual void stepBy(int);