]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Send attribute updated only once
authormpv <mikhail.ponikarov@opencascade.com>
Fri, 31 Oct 2014 13:39:57 +0000 (16:39 +0300)
committermpv <mikhail.ponikarov@opencascade.com>
Fri, 31 Oct 2014 13:39:57 +0000 (16:39 +0300)
src/Model/Model_AttributeSelection.cpp

index ee90d9fa98aa158036b150155687e35955381bc9..c284b49eb48291e09625458a7ecaa732e20bb1d0 100644 (file)
@@ -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;