Salome HOME
Fix for import/export features
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_SketchEntity.h
index 95c4505b6a8034a1489dba34014ba2186e5aa19f..19bc0428cf82f6dfd2284bb1f6b2ee996786e2e9 100644 (file)
@@ -99,7 +99,7 @@ class SketchPlugin_SketchEntity : public SketchPlugin_Feature, public GeomAPI_IC
       }
     }
     else if (aShapeType == 7) { // otherwise this is a vertex
-      //  thePrs->setPointMarker(6, 2.);
+      thePrs->setPointMarker(1, 1.); // Set point as a '+' symbol
     }
     return isCustomized;
   }