mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-09 21:13:07 +05:00
IPAL0051782: TC7.2.0: Incorrect operation of the dialog box "Filter" for creation of the group
This commit is contained in:
parent
19db10b4ce
commit
93616350f1
@ -466,8 +466,11 @@ bool SMESHGUI_FilterLibraryDlg::onApply()
|
|||||||
//=======================================================================
|
//=======================================================================
|
||||||
void SMESHGUI_FilterLibraryDlg::onOk()
|
void SMESHGUI_FilterLibraryDlg::onOk()
|
||||||
{
|
{
|
||||||
if (onApply())
|
if (onApply()) {
|
||||||
reject();
|
disconnect( mySMESHGUI, 0, this, 0);
|
||||||
|
mySMESHGUI->ResetState();
|
||||||
|
accept();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//=======================================================================
|
//=======================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user