]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Don't send any update on temporary set/reset. Fix for the fillets with shift creation.
authormpv <mpv@opencascade.com>
Tue, 14 Jun 2016 09:50:04 +0000 (12:50 +0300)
committermpv <mpv@opencascade.com>
Tue, 14 Jun 2016 09:50:04 +0000 (12:50 +0300)
src/ModuleBase/ModuleBase_WidgetValidated.cpp

index 390c37793254adfa51fcdd5dd7065f877cad485a..fd5e7e96a58bfbbb990489fd111b600ce8270e1d 100644 (file)
@@ -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);
   }