mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-30 19:30: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() );
|
myName->setText( hypName() );
|
||||||
|
|
||||||
QString varName = getVariableName( "SetSizeThreshold" );
|
QString varName = getVariableName( "SetSizeThreshold" );
|
||||||
if ( !varName.isEmpty() )
|
if ( varName.isEmpty() )
|
||||||
myThreshold->setValue( h->GetSizeThreshold() );
|
myThreshold->setValue( h->GetSizeThreshold() );
|
||||||
else
|
else
|
||||||
myThreshold->setText( varName );
|
myThreshold->setText( varName );
|
||||||
|
Loading…
Reference in New Issue
Block a user