]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_SketcherReetntrantMgr.cpp
Salome HOME
Arc problems fixing: 1. reentrant of the tangent arc should not fill center point...
[modules/shaper.git] / src / PartSet / PartSet_SketcherReetntrantMgr.cpp
index cc5f7602aa78a45708a57cda6975a04ac168cdfb..eb0432ff4823efbbc0319644d8f8a6cff149bf02 100755 (executable)
@@ -451,12 +451,16 @@ void PartSet_SketcherReetntrantMgr::restartOperation()
       myIsFlagsBlocked = true;
       FeaturePtr aPrevFeature = aFOperation->feature();
       aFOperation->commit();
-      module()->launchOperation(aFOperation->id());
+      module()->launchOperation(aFOperation->id(), false);
       // allow the same attribute values in restarted operation
       ModuleBase_OperationFeature* aCurrentOperation = dynamic_cast<ModuleBase_OperationFeature*>(
                                                                   myWorkshop->currentOperation());
       copyReetntrantAttributes(aPrevFeature, aCurrentOperation->feature());
 
+      // update property panel: it should be done because in launchOperation, the 'false' is given
+      workshop()->propertyPanel()->updateContentWidget(aCurrentOperation->feature());
+      workshop()->propertyPanel()->createContentPanel(aCurrentOperation->feature());
+
       myIsFlagsBlocked = false;
       resetFlags();
       // we should avoid processing of the signal about no more widgets attributes and