From: akl Date: Tue, 31 Mar 2015 13:01:22 +0000 (+0400) Subject: INTPAL 52641: PARAVIS deactivation hides PV viewer. X-Git-Tag: V7_6_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e832581d8d1b9b52625e733e4c8b43b8a4f54e98;p=modules%2Fparavis.git INTPAL 52641: PARAVIS deactivation hides PV viewer. --- diff --git a/src/PVGUI/PVGUI_Module.cxx b/src/PVGUI/PVGUI_Module.cxx index d134e80a..39c8b243 100644 --- a/src/PVGUI/PVGUI_Module.cxx +++ b/src/PVGUI/PVGUI_Module.cxx @@ -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);