From f93cd46f409aa21572fd6256a6bf7dd3fbf95ca0 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 23 Nov 2012 07:09:32 +0000 Subject: [PATCH] 0021998: EDF 2496 SMESH : Paravise is opened when Show Only is invoked in SMESH --- src/LightApp/LightApp_ShowHideOp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LightApp/LightApp_ShowHideOp.cxx b/src/LightApp/LightApp_ShowHideOp.cxx index ba427c713..67103afde 100644 --- a/src/LightApp/LightApp_ShowHideOp.cxx +++ b/src/LightApp/LightApp_ShowHideOp.cxx @@ -103,7 +103,7 @@ void LightApp_ShowHideOp::startOperation() QStringList::const_iterator anIt = comps.begin(), aLast = comps.end(); for( ; anIt!=aLast; anIt++ ) { - LightApp_Displayer* disp = LightApp_Displayer::FindDisplayer( app->moduleTitle( *anIt ), true ); + LightApp_Displayer* disp = LightApp_Displayer::FindDisplayer( app->moduleTitle( *anIt ), false ); if( disp ) disp->EraseAll( false, false, 0 ); } -- 2.39.2