mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH module
- if ( !varName.isEmpty() ) + if ( varName.isEmpty() )
This commit is contained in:
parent
bf4cd9150f
commit
b1255ded98
@ -633,7 +633,7 @@ void StdMeshersGUI_CartesianParamCreator::retrieveParams() const
|
||||
myName->setText( hypName() );
|
||||
|
||||
QString varName = getVariableName( "SetSizeThreshold" );
|
||||
if ( !varName.isEmpty() )
|
||||
if ( varName.isEmpty() )
|
||||
myThreshold->setValue( h->GetSizeThreshold() );
|
||||
else
|
||||
myThreshold->setText( varName );
|
||||
|
Loading…
Reference in New Issue
Block a user