Salome HOME
Issue #355 Delete: elements of sketch and constraints:
[modules/shaper.git] / src / ConstructionPlugin / ConstructionPlugin_Axis.cpp
index ae24aaf3c7916561f9de78cd36f8dfdbc6dcbf69..280da1e7fd28869a24c27f8e23cc3189db3f5af1 100644 (file)
@@ -89,7 +89,8 @@ bool ConstructionPlugin_Axis::customisePresentation(ResultPtr theResult, AISObje
   bool isCustomized = theDefaultPrs.get() != NULL &&
                       theDefaultPrs->customisePresentation(theResult, thePrs, theDefaultPrs);
 
-  isCustomized = thePrs->setLineStyle(3);
+  isCustomized = thePrs->setLineStyle(3) || isCustomized;
+  isCustomized = thePrs->setWidth(2) || isCustomized;
 
   return isCustomized;
 }