mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-08 18:07:27 +05:00
Fix for the bug "IPAL22690 time stamp popup is wrong after work in Mesh".
This commit is contained in:
parent
d566947c69
commit
d8ff2c2e8b
@ -150,8 +150,10 @@ void SMESHGUI_GenericHypothesisCreator::editHypothesis( SMESH::SMESH_Hypothesis_
|
|||||||
Dlg->show();
|
Dlg->show();
|
||||||
Dlg->resize( Dlg->minimumSizeHint() );
|
Dlg->resize( Dlg->minimumSizeHint() );
|
||||||
}
|
}
|
||||||
else
|
else {
|
||||||
emit finished( QDialog::Accepted );
|
emit finished( QDialog::Accepted );
|
||||||
|
delete myDlg;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QFrame* SMESHGUI_GenericHypothesisCreator::buildStdFrame()
|
QFrame* SMESHGUI_GenericHypothesisCreator::buildStdFrame()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user