From 497397f795254cb5adf0d727f5858d5aeb16eaf3 Mon Sep 17 00:00:00 2001 From: vsv Date: Wed, 21 Oct 2015 11:21:31 +0300 Subject: [PATCH] Increase selection area of point on 1 --- src/SketchPlugin/SketchPlugin_SketchEntity.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index 152d680a6..a26ef9aa4 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -101,7 +101,7 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC else if (aShapeType == 7) { // otherwise this is a vertex // 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(12); + thePrs->setWidth(13); // thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol } return isCustomized; -- 2.39.2