Salome HOME
Re-Execute the sketch sub-elements after all entities update: after solve space is...
[modules/shaper.git] / 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;