mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 02:00:34 +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->resize( Dlg->minimumSizeHint() );
|
||||
}
|
||||
else
|
||||
else {
|
||||
emit finished( QDialog::Accepted );
|
||||
delete myDlg;
|
||||
}
|
||||
}
|
||||
|
||||
QFrame* SMESHGUI_GenericHypothesisCreator::buildStdFrame()
|
||||
|
Loading…
Reference in New Issue
Block a user