From: azv Date: Thu, 8 Nov 2018 14:05:33 +0000 (+0300) Subject: Fix too long line X-Git-Tag: End2018~185 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9fa23ef1f2b8f89b4adabeb87cc3d00697598c1a;p=modules%2Fshaper.git Fix too long line --- 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);