]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
*** empty log message ***
authorasl <asl@opencascade.com>
Thu, 14 Jul 2005 11:47:23 +0000 (11:47 +0000)
committerasl <asl@opencascade.com>
Thu, 14 Jul 2005 11:47:23 +0000 (11:47 +0000)
src/SalomeApp/SalomeApp_Operation.cxx

index 13b28edbe93537d17ae52e296d963c1694b83c5e..24212d4ff5af3a18faec7811c9dbd1f6f9c3524e 100755 (executable)
@@ -104,6 +104,10 @@ void SalomeApp_Operation::startOperation()
   SUIT_Operation::startOperation();
   if( selectionMgr() )
     connect( selectionMgr(), SIGNAL( selectionChanged() ), SLOT( onSelectionDone() ) );
+    
+  //If suspended operation was stopped during starting other operation,
+  //the dialog is inactive now, We must activate it
+  setDialogActive( true );
 }
 
 /*!