Salome HOME
Fix for the issue #2753 : error when dump/load script
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetDoubleValue.h
index 347f3ca99700be165d63dccdbc6ddda2602ae558..595cb8590bc8a7270f549122c8a67d0f0f02afd5 100644 (file)
@@ -86,6 +86,11 @@ protected:
 
   /// Input value control
   ModuleBase_ParamSpinBox* mySpinBox;
+
+  FeaturePtr myParameter;
+
+  double myDefaultVal;
+  bool myHasDefault;
 };
 
 #endif