Salome HOME
BUG: HexoticPlugin: checkParams returned false when no size map was selected in the...
authorrnc <rnc@opencascade.com>
Mon, 16 Sep 2013 12:31:06 +0000 (12:31 +0000)
committerrnc <rnc@opencascade.com>
Mon, 16 Sep 2013 12:31:06 +0000 (12:31 +0000)
src/GUI/HexoticPluginGUI_HypothesisCreator.cxx

index 8cb4ad68ad2b52946ffa41f5e4b3870664d63cc6..be613c8c5b2d9dfc4f3fd0eee772ca1cfca8d5df 100644 (file)
@@ -603,7 +603,8 @@ bool HexoticPluginGUI_HypothesisCreator::readSizeMapsFromWidgets( HexoticHypothe
     // Set the size maps
     h_data.mySizeMaps[ entry ] = size;
     MESSAGE("READING Size map from WIDGET: entry "<<entry<<" size : "<<size)
-  } 
+  }
+  return true;
 }
 
 GEOM::GEOM_Object_var HexoticPluginGUI_HypothesisCreator::entryToObject( std::string entry) const