]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
start of operation fixed
authorsln <sln@opencascade.com>
Thu, 14 Jul 2005 10:00:11 +0000 (10:00 +0000)
committersln <sln@opencascade.com>
Thu, 14 Jul 2005 10:00:11 +0000 (10:00 +0000)
src/SUIT/SUIT_Study.cxx

index f3095eaf5eba05501c7cb1509b3b7d1305487977..6612f5bce72260b556cf90d530adacb7202bcc01 100755 (executable)
@@ -213,10 +213,11 @@ bool SUIT_Study::start( SUIT_Operation* theOp, const bool toCheck )
     anOp->setState( SUIT_Operation::Suspended );
   }
 
-  theOp->startOperation();
-  myOperations.append( theOp );
   theOp->setState( SUIT_Operation::Running );
+  myOperations.append( theOp );
   emit theOp->started( theOp );
+  theOp->startOperation();
+  
   return true;
 }