mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
0020863: [CEA 403] SMESH hypotheses GUI destruction
This commit is contained in:
parent
69e7a358b8
commit
2e582dad32
@ -122,6 +122,7 @@ void SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
|
||||
SMESHGUI_HypothesisDlg* Dlg = new SMESHGUI_HypothesisDlg( this, theParent );
|
||||
connect( Dlg, SIGNAL( finished( int ) ), this, SLOT( onDialogFinished( int ) ) );
|
||||
connect( this, SIGNAL( finished( int ) ), obj, slot.toLatin1().constData() );
|
||||
connect( SMESHGUI::GetSMESHGUI(), SIGNAL( SignalCloseAllDialogs() ), Dlg, SLOT( reject() ));
|
||||
|
||||
myDlg = Dlg;
|
||||
QFrame* fr = buildFrame();
|
||||
|
Loading…
Reference in New Issue
Block a user