]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
PAL12145. enable hypotheses selection after hypo addition
authoreap <eap@opencascade.com>
Wed, 12 Apr 2006 08:02:41 +0000 (08:02 +0000)
committereap <eap@opencascade.com>
Wed, 12 Apr 2006 08:02:41 +0000 (08:02 +0000)
src/SMESHGUI/SMESHGUI_MeshDlg.cxx

index 735f936ffce3219af25c71db3ad313994df679a3..701eaf2a8103361c3f06254b1fffaffc9cdda3ce 100644 (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 );
 }
 
 //================================================================================