Salome HOME
Increase selection area of point on 1
authorvsv <vitaly.smetannikov@opencascade.com>
Wed, 21 Oct 2015 08:21:31 +0000 (11:21 +0300)
committervsv <vitaly.smetannikov@opencascade.com>
Wed, 21 Oct 2015 08:21:31 +0000 (11:21 +0300)
src/SketchPlugin/SketchPlugin_SketchEntity.h

index 152d680a6c5fea721bbb6eb8fa7d9c6e7d431831..a26ef9aa4d227147f22305412f32d33f381d00c3 100644 (file)
@@ -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;