From: mpv Date: Fri, 31 Oct 2014 13:39:57 +0000 (+0300) Subject: Send attribute updated only once X-Git-Tag: V_0.5~44^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=305482410e3c1ecf7fc9e3d6ecf6dfc972a152c3;p=modules%2Fshaper.git Send attribute updated only once --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index ee90d9fa9..c284b49eb 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -104,7 +104,6 @@ bool Model_AttributeSelection::update() // body: just a named shape, use selection mechanism from OCCT TNaming_Selector aSelector(selectionLabel()); TDF_LabelMap aScope; // empty means the whole document - owner()->data()->sendAttributeUpdated(this); bool aResult = aSelector.Solve(aScope) == Standard_True; owner()->data()->sendAttributeUpdated(this); return aResult;