From: eap Date: Wed, 12 Apr 2006 08:02:41 +0000 (+0000) Subject: PAL12145. enable hypotheses selection after hypo addition X-Git-Tag: T3_2_0b1_pre1~31 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1b7af775cb778279b052bfa2787b8ff390d2233e;p=modules%2Fsmesh.git PAL12145. enable hypotheses selection after hypo addition --- diff --git a/src/SMESHGUI/SMESHGUI_MeshDlg.cxx b/src/SMESHGUI/SMESHGUI_MeshDlg.cxx index 735f936ff..701eaf2a8 100644 --- a/src/SMESHGUI/SMESHGUI_MeshDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshDlg.cxx @@ -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 ); } //================================================================================