Salome HOME
Rectangle correction to have coincidence with point/line selected for the first point...
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Point.cpp
index 9bca1063cb4d08a760949383d07fc890bba34749..c164e44a40225855d89111b0ed14b17be1a45e2e 100644 (file)
@@ -52,6 +52,6 @@ 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
+  //thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
   return true;
 }