Salome HOME
Update behavior of calculation of Multi-Rotation constraint
[modules/shaper.git] / src / ModuleBase / ModuleBase_WidgetLabel.h
index 62fb2d2e82d57eb3b292f4318d8efa2536e03280..9f74e614bd06f877ed10c9a29d66907d953b7c4e 100644 (file)
@@ -33,7 +33,7 @@ Q_OBJECT
   /// It returns false because this is an info widget
   virtual bool canSetValue() const { return false; };
 
-  virtual bool restoreValue()
+  virtual bool restoreValueCustom()
   {
     return true;
   }