From: mzn Date: Fri, 28 Apr 2006 10:56:09 +0000 (+0000) Subject: IPAL12295. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=052afccdcc87d742f28a27d83bea8cf0af1ceb70;p=modules%2Fsmesh.git IPAL12295. --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 207894f81..7001797cd 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -2098,7 +2098,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID ) if (!myFilterLibraryDlg) myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT ); else if (myFilterLibraryDlg->isHidden()) - myFilterLibraryDlg->show(); + myFilterLibraryDlg->Init( aTypes, SMESHGUI_FilterLibraryDlg::EDIT ); myFilterLibraryDlg->raise(); } break;