X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketchPlugin%2FSketchPlugin_SketchEntity.h;h=cffdee549483e335a54c19f171fbaa17ef9a1717;hb=fdf05fdbacbddf319df9770cddafaaa09e8cd1a4;hp=19bc0428cf82f6dfd2284bb1f6b2ee996786e2e9;hpb=b4f302de769c38be478c58e549d55e81bf622b70;p=modules%2Fshaper.git diff --git a/src/SketchPlugin/SketchPlugin_SketchEntity.h b/src/SketchPlugin/SketchPlugin_SketchEntity.h index 19bc0428c..cffdee549 100644 --- a/src/SketchPlugin/SketchPlugin_SketchEntity.h +++ b/src/SketchPlugin/SketchPlugin_SketchEntity.h @@ -98,9 +98,9 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC isCustomized = thePrs->setLineStyle(0) || isCustomized; } } - else if (aShapeType == 7) { // otherwise this is a vertex - thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol - } + //else if (aShapeType == 7) { // otherwise this is a vertex + // thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol + //} return isCustomized; }