]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
correct ::start( op*, bool )
authorptv <ptv@opencascade.com>
Fri, 30 Dec 2005 12:39:20 +0000 (12:39 +0000)
committerptv <ptv@opencascade.com>
Fri, 30 Dec 2005 12:39:20 +0000 (12:39 +0000)
src/SUIT/SUIT_Operation.cxx

index 11beaef40415835acea8de322fe94087d4dac963..658ff20173dfc936c55b01e4175965d19819b988 100755 (executable)
@@ -416,7 +416,7 @@ void SUIT_Operation::start( SUIT_Operation* op, const bool check )
     return;
     
   if ( study() )
-    study()->start( op, false );
+    study()->start( op, check );
   else
   {
     connect( this, SIGNAL( stopped( SUIT_Operation* ) ), op, SLOT( abort() ) );