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