]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Model/Model_Update.cpp
Salome HOME
Wait cursor for solver operation
[modules/shaper.git] / src / Model / Model_Update.cpp
index af5407cafedba7467c26761d5fc88277ca062f14..d8ccc3dd9060950f6743e81a799328d90d74e995 100644 (file)
@@ -26,7 +26,7 @@ Model_Update::Model_Update()
 void Model_Update::processEvent(const Events_Message* theMessage)
 {
   if (isExecuted) return; // nothing to do: it is executed now
-  Events_LongOp::start(this);
+  //Events_LongOp::start(this);
   isExecuted = true;
   const ModelAPI_ObjectUpdatedMessage* aMsg = 
     dynamic_cast<const ModelAPI_ObjectUpdatedMessage*>(theMessage);
@@ -52,7 +52,7 @@ void Model_Update::processEvent(const Events_Message* theMessage)
   // flush
   static Events_ID EVENT_DISP = Events_Loop::loop()->eventByName(EVENT_OBJECT_TO_REDISPLAY);
   Events_Loop::loop()->flush(EVENT_DISP);
-  Events_LongOp::end(this);
+  //Events_LongOp::end(this);
   isExecuted = false;
 }