From 9fa23ef1f2b8f89b4adabeb87cc3d00697598c1a Mon Sep 17 00:00:00 2001 From: azv Date: Thu, 8 Nov 2018 17:05:33 +0300 Subject: [PATCH] Fix too long line --- 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 90e39662b..a59e90a0d 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -934,7 +934,8 @@ void Model_AttributeSelection::selectSubShape( aShapeToBeSelected->setImpl(new TopoDS_Shape(aSelectorShape)); // make the context result the latest existing aContext = newestContext(aContext, aShapeToBeSelected); - if (myIsGeometricalSelection || aCenterType == NOT_CENTER) { // store the currently generated name + if (myIsGeometricalSelection || aCenterType == NOT_CENTER) { + // store the currently generated name selectionLabel().ForgetAllAttributes(true); bool aToUnblock = false; aToUnblock = !owner()->data()->blockSendAttributeUpdated(true); -- 2.39.2