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:
eap 2012-03-19 16:40:29 +00:00
parent bf4cd9150f
commit b1255ded98

View File

@ -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 );