From 0be821d714cfead1befe97468b16817da05c8456 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 6 Sep 2018 15:43:53 +0300 Subject: [PATCH] Use yellow star as an internal symbol for coincidence with an edge. --- src/SketcherPrs/SketcherPrs_Coincident.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketcherPrs/SketcherPrs_Coincident.cpp b/src/SketcherPrs/SketcherPrs_Coincident.cpp index 684065e0a..d5c13571e 100644 --- a/src/SketcherPrs/SketcherPrs_Coincident.cpp +++ b/src/SketcherPrs/SketcherPrs_Coincident.cpp @@ -156,7 +156,7 @@ void SketcherPrs_Coincident::Compute( // Make a black mid ring aPtA = new Graphic3d_AspectMarker3d(); - aPtA->SetType(Aspect_TOM_RING1); + aPtA->SetType(aIsEdge ? Aspect_TOM_STAR : Aspect_TOM_RING1); aPtA->SetScale(1.); aPtA->SetColor(!aCustomColor ? aInternalColor : myCustomColor); aGroup->SetPrimitivesAspect(aPtA); -- 2.39.2