From 1b7af775cb778279b052bfa2787b8ff390d2233e Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 12 Apr 2006 08:02:41 +0000 Subject: [PATCH] PAL12145. enable hypotheses selection after hypo addition --- src/SMESHGUI/SMESHGUI_MeshDlg.cxx | 1 + 1 file changed, 1 insertion(+) 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 ); } //================================================================================ -- 2.39.2