]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_AttributeSelectionList.cpp
Salome HOME
Update constraint Mirror.
[modules/shaper.git] / src / Model / Model_AttributeSelectionList.cpp
index 24a9efca5308d5684d3030a0b55c6ac5d4fd8f54..79eb5c714e12ee2e5565c209dfb271f3d793b389 100644 (file)
@@ -39,6 +39,7 @@ void Model_AttributeSelectionList::append(
   if (owner()) {
     aNewAttr->setObject(owner());
   }
+  aNewAttr->setID(id());
   mySize->Set(aNewTag);
   aNewAttr->setValue(theContext, theSubShape);
   owner()->data()->sendAttributeUpdated(this);