Fix for the bug "IPAL22690 time stamp popup is wrong after work in Mesh".

This commit is contained in:
rnv 2011-08-12 08:18:03 +00:00
parent d566947c69
commit d8ff2c2e8b

View File

@ -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()