From e832581d8d1b9b52625e733e4c8b43b8a4f54e98 Mon Sep 17 00:00:00 2001 From: akl Date: Tue, 31 Mar 2015 17:01:22 +0400 Subject: [PATCH] INTPAL 52641: PARAVIS deactivation hides PV viewer. --- src/PVGUI/PVGUI_Module.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2