Salome HOME
0021308: Remove hard-coded dependency of the external mesh plugins from the SMESH...
[modules/smesh.git] / src / StdMeshersGUI / StdMeshersGUI_CartesianParamCreator.cxx
index 23b29070dfb0ef729b0686b6ad4800a117b03eb5..bdcfcf85cb77365e9c703e6e183668c67c806b88 100644 (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 );