From: szy Date: Fri, 26 Dec 2014 07:40:19 +0000 (+0300) Subject: Small fix for buildSubShapeName: the selected sub-shape and its name will not be... X-Git-Tag: V_0.7.0_rc1~42^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fc2d25ba0af72420881b66c23e9270ade2f24909;p=modules%2Fshaper.git Small fix for buildSubShapeName: the selected sub-shape and its name will not be shared. --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index f418c7b77..c1d510ad2 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -611,7 +611,8 @@ std::string Model_AttributeSelection::buildSubShapeName(std::shared_ptraddNamingName(selectionLabel(), aName); + // aDoc->addNamingName(selectionLabel(), aName); + // the selected sub-shape will not be shared and as result it will not require registration } return aName; }