Salome HOME
Revert "First phase of SketchSolver refactoring"
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_SketchEntity.h
index 19bc0428cf82f6dfd2284bb1f6b2ee996786e2e9..b56992b893ccb06b8e398e3c0f64da326096e8fe 100644 (file)
@@ -99,7 +99,10 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC
       }
     }
     else if (aShapeType == 7) { // otherwise this is a vertex
-      thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
+      // The width value do not have effect on the point presentation.
+      // It is defined in order to extend selection area of the object.
+      thePrs->setWidth(17);
+    //  thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
     }
     return isCustomized;
   }