Salome HOME
Added an automatic test for the issue #1798 checking
[modules/shaper.git] / src / FeaturesAPI / FeaturesAPI_Recover.cpp
index 40637b30bef9a47c4cb6f2053901dc22a5e64232..55b1f63ef864196648b715ac339104bb8974d4b6 100644 (file)
@@ -38,14 +38,14 @@ void FeaturesAPI_Recover::setBaseFeature(const ModelHighAPI_Reference& theBaseFe
 {
 
   fillAttribute(theBaseFeature.feature(), mybaseFeature);
-  // do not need to execute because on attribute changed it does everything anyway
+  execute();
 }
 
 //=================================================================================================
 void FeaturesAPI_Recover::setRecoveredList(const std::list<ModelHighAPI_Selection>& theRecoverList)
 {
   fillAttribute(theRecoverList, myrecoveredList);
-  // do not need to execute because on attribute changed it does everything anyway
+  execute();
 }
 
 //==================================================================================================