]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_ParamSpinBox.h
Salome HOME
Extend precision up to 12 symbols after comma
[modules/shaper.git] / src / ModuleBase / ModuleBase_ParamSpinBox.h
index 696bf0cd79bf4ad1e3e812587502566017bf46e7..09a10ca3cfa888e3afbea8df5c6df3a4e4ba46ee 100644 (file)
@@ -51,7 +51,7 @@ public:
    \param theParent a parent object
    \param thePrecision a precision of values display
    */
-  ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = -12 );
+  ModuleBase_ParamSpinBox( QWidget* theParent = 0, int thePrecision = 12 );
 
   /// Set list of completion strings
   void setCompletionList(QStringList&);