Salome HOME
Fix the parameter update floating problem in sprocket.py
authormpv <mpv@opencascade.com>
Fri, 1 Mar 2019 07:24:24 +0000 (10:24 +0300)
committermpv <mpv@opencascade.com>
Fri, 1 Mar 2019 07:24:24 +0000 (10:24 +0300)
src/Model/Model_Update.cpp

index f86c3076b240ecde193a2eb4955552fbbed23100..bfd0bc3fce34d174d69672b64718bf07930c558c 100644 (file)
@@ -441,7 +441,7 @@ void Model_Update::processEvent(const std::shared_ptr<Events_Message>& theMessag
     Events_Loop::loop()->flush(kRedisplayEvent);
 
     // in the end of transaction everything is updated, so clear the old objects
-    myIsParamUpdated = false;
+    //myIsParamUpdated = false; // to avoid problems in sprocket.py parameter update
     myWaitForFinish.clear();
   } else if (theMessage->eventID() == kReorderEvent) {
     std::shared_ptr<ModelAPI_OrderUpdatedMessage> aMsg =