From: mpv Date: Tue, 14 Jun 2016 09:50:04 +0000 (+0300) Subject: Don't send any update on temporary set/reset. Fix for the fillets with shift creation. X-Git-Tag: V_2.4.0~111 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=df45eda3c5dc6ffbc8a964de309ca55533275d70;p=modules%2Fshaper.git Don't send any update on temporary set/reset. Fix for the fillets with shift creation. --- diff --git a/src/ModuleBase/ModuleBase_WidgetValidated.cpp b/src/ModuleBase/ModuleBase_WidgetValidated.cpp index 390c37793..fd5e7e96a 100644 --- a/src/ModuleBase/ModuleBase_WidgetValidated.cpp +++ b/src/ModuleBase/ModuleBase_WidgetValidated.cpp @@ -238,7 +238,7 @@ void ModuleBase_WidgetValidated::blockAttribute(const AttributePtr& theAttribute isAttributeSetInitializedBlocked = theAttribute->blockSetInitialized(true); } else { - aData->blockSendAttributeUpdated(false); + aData->blockSendAttributeUpdated(false, false); theAttribute->blockSetInitialized(isAttributeSetInitializedBlocked); aLoop->activateFlushes(isFlushesActived); }