]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ConstructionPlugin/ConstructionPlugin_Point.cpp
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index 7763b713673fba2e7d437287b09ef42e8994da49..d990b3f544eea33b6efb0b7da29de65ea3429286 100644 (file)
@@ -156,7 +156,7 @@ bool ConstructionPlugin_Point::customisePresentation(ResultPtr theResult,
   bool isCustomized = theDefaultPrs.get() != NULL &&
                       theDefaultPrs->customisePresentation(theResult, thePrs, theDefaultPrs);
   //thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
-  return true;
+  return isCustomized;
 }
 
 //==================================================================================================