From 305482410e3c1ecf7fc9e3d6ecf6dfc972a152c3 Mon Sep 17 00:00:00 2001 From: mpv Date: Fri, 31 Oct 2014 16:39:57 +0300 Subject: [PATCH] Send attribute updated only once --- src/Model/Model_AttributeSelection.cpp | 1 - 1 file changed, 1 deletion(-) 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; -- 2.39.2