]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeReference.cpp
Salome HOME
Make Boolean operation tools hidden on apply of Boolean
[modules/shaper.git] / src / Model / Model_AttributeReference.cpp
index 91de64eb567de9f94889a6274c98f8ae8c6dcebc..860968cdd14f40f5381cea5a5193c354163104e3 100644 (file)
@@ -45,7 +45,7 @@ void Model_AttributeReference::setValue(ObjectPtr theObject)
     // and reference from composite feature is removed automatically
     FeaturePtr anOwnerFeature = std::dynamic_pointer_cast<ModelAPI_Feature>(owner());
     if (anOwnerFeature.get()) {
-      aData->addBackReference(anOwnerFeature, id());
+      aData->addBackReference(anOwnerFeature, id(), false);
     }
 
     owner()->data()->sendAttributeUpdated(this);