mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 01:23:07 +05:00
IPAL12295.
This commit is contained in:
parent
3bd31348a8
commit
052afccdcc
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user