From: vsv Date: Wed, 21 Oct 2015 08:21:31 +0000 (+0300) Subject: Increase selection area of point on 1 X-Git-Tag: V_2.0.0_alfa1~76 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=497397f795254cb5adf0d727f5858d5aeb16eaf3;p=modules%2Fshaper.git Increase selection area of point on 1 --- 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;