mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 04:30:39 +05:00
PAL12145. enable hypotheses selection after hypo addition
This commit is contained in:
parent
aca43dfea8
commit
1b7af775cb
@ -195,6 +195,7 @@ void SMESHGUI_MeshTab::addHyp( const int theId, const QString& theHyp )
|
|||||||
myHyp[ theId ]->insertItem( theHyp );
|
myHyp[ theId ]->insertItem( theHyp );
|
||||||
myHyp[ theId ]->setCurrentItem( myHyp[ theId ]->count() - 1 );
|
myHyp[ theId ]->setCurrentItem( myHyp[ theId ]->count() - 1 );
|
||||||
myEditHyp[ theId ]->setEnabled( true );
|
myEditHyp[ theId ]->setEnabled( true );
|
||||||
|
myHyp[ theId ]->setEnabled( true );
|
||||||
}
|
}
|
||||||
|
|
||||||
//================================================================================
|
//================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user