From fc2d25ba0af72420881b66c23e9270ade2f24909 Mon Sep 17 00:00:00 2001 From: szy Date: Fri, 26 Dec 2014 10:40:19 +0300 Subject: [PATCH] Small fix for buildSubShapeName: the selected sub-shape and its name will not be shared. --- src/Model/Model_AttributeSelection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.2