]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Update.cpp
Salome HOME
Fix for the issue #19039 Can't select solids to create a compound
[modules/shaper.git] / src / Model / Model_Update.cpp
index 40c5fe191954fed275bb80d37f2f56dacda02f4d..052468c7845d62c84ebfaae62300e2ae508063fd 100644 (file)
@@ -735,14 +735,6 @@ bool Model_Update::processFeature(FeaturePtr theFeature)
       }
       if (aDoExecute) {
         executeFeature(theFeature);
-        // Tuleap issue #19019: when loading python dump several wires are referred to the same
-        // sketch edge. First wire is concealed by another feature, but the flag is not initialized
-        // for the result. When the next wire is created, it finds wire as a referred feature
-        // instead of sketch edge.
-        // As a result, call synchronization to initialize the concealed flag.
-        Model_Objects* aDocObjects =
-            std::dynamic_pointer_cast<Model_Document>(theFeature->document())->objects();
-        aDocObjects->synchronizeBackRefs();
       } else {
         // store information that this feature must be executed later
         theFeature->data()->execState(ModelAPI_StateMustBeUpdated);