PAL12145. enable hypotheses selection after hypo addition

This commit is contained in:
eap 2006-04-12 08:02:41 +00:00
parent aca43dfea8
commit 1b7af775cb

View File

@ -195,6 +195,7 @@ void SMESHGUI_MeshTab::addHyp( const int theId, const QString& theHyp )
myHyp[ theId ]->insertItem( theHyp );
myHyp[ theId ]->setCurrentItem( myHyp[ theId ]->count() - 1 );
myEditHyp[ theId ]->setEnabled( true );
myHyp[ theId ]->setEnabled( true );
}
//================================================================================