]> SALOME platform Git repositories - modules/paravis.git/commitdiff
Salome HOME
INTPAL 52641: PARAVIS deactivation hides PV viewer.
authorakl <alexander.kovalev@opencascade.com>
Tue, 31 Mar 2015 13:01:22 +0000 (17:01 +0400)
committerakl <alexander.kovalev@opencascade.com>
Tue, 31 Mar 2015 13:01:22 +0000 (17:01 +0400)
src/PVGUI/PVGUI_Module.cxx

index d134e80a86ce0c10eb5a675017fa1eb50618169d..39c8b2435203ecb39495b2a29dbb1fb952a2f9d7 100644 (file)
@@ -708,7 +708,6 @@ bool PVGUI_Module::deactivateModule( SUIT_Study* study )
   /*if (pqImplementation::helpWindow) {
     pqImplementation::helpWindow->hide();
     }*/
-  showView( false );
   // hide menus
   menuMgr()->hide(myRecentMenuId);
   menuMgr()->hide(mySourcesMenuId);
@@ -773,6 +772,7 @@ void PVGUI_Module::deleteTemporaryFiles()
 */
 void PVGUI_Module::studyClosed(SUIT_Study* study)
 {
+  showView(false);
   clearParaviewState();
 
   LightApp_Module::studyClosed(study);