mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-15 20:53:08 +05:00
IPAL12295.
This commit is contained in:
parent
3bd31348a8
commit
052afccdcc
@ -2098,7 +2098,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
|||||||
if (!myFilterLibraryDlg)
|
if (!myFilterLibraryDlg)
|
||||||
myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
|
myFilterLibraryDlg = new SMESHGUI_FilterLibraryDlg( this, SMESH::GetDesktop( this ), aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
|
||||||
else if (myFilterLibraryDlg->isHidden())
|
else if (myFilterLibraryDlg->isHidden())
|
||||||
myFilterLibraryDlg->show();
|
myFilterLibraryDlg->Init( aTypes, SMESHGUI_FilterLibraryDlg::EDIT );
|
||||||
myFilterLibraryDlg->raise();
|
myFilterLibraryDlg->raise();
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user