]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Module.cpp
Salome HOME
Arc problems fixing: 1. reentrant of the tangent arc should not fill center point...
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index 1892f8b0a5ef1511c84e7199c05740cb9ccdbc8b..1b182cdf3cdab963c489ae0cdd7501f3f3ec09c0 100755 (executable)
@@ -828,12 +828,13 @@ bool PartSet_Module::canCommitOperation() const
   return true;
 }
 
-void PartSet_Module::launchOperation(const QString& theCmdId)
+void PartSet_Module::launchOperation(const QString& theCmdId,
+                                     const bool isUpdatePropertyPanel)
 {
   storeConstraintsState(theCmdId.toStdString());
   updateConstraintsState(theCmdId.toStdString());
 
-  ModuleBase_IModule::launchOperation(theCmdId);
+  ModuleBase_IModule::launchOperation(theCmdId, isUpdatePropertyPanel);
 }
 
 void PartSet_Module::storeConstraintsState(const std::string& theFeatureKind)