mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
0021197: EDF 1772 SMESH: Automatic meshing hypothesis
- myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() && isTabEnabled( Dim3D ) ); + myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() );
This commit is contained in:
parent
8b054381e1
commit
ed77213c0d
@ -511,7 +511,7 @@ void SMESHGUI_MeshDlg::setHypoSets( const QStringList& theSets )
|
||||
for ( int i = 0, n = theSets.count(); i < n; i++ ) {
|
||||
aHypoSetPopup->addAction( theSets[ i ] );
|
||||
}
|
||||
myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() && isTabEnabled( Dim3D ) );
|
||||
myHypoSetButton->setEnabled( !aHypoSetPopup->isEmpty() );
|
||||
}
|
||||
|
||||
//================================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user