X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSketcherPrs%2FSketcherPrs_Coincident.h;h=9d6d799adcd971c9e728f49d292e78c7052a54f6;hb=c1d1f617a04aacf5f0d6246c1b8dea72dd2d6093;hp=d041cac9d8210d592913215627afa1a60fbb9ee6;hpb=62f5b155e079d304e2017c7bc5e7ba825b5738da;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Coincident.h b/src/SketcherPrs/SketcherPrs_Coincident.h index d041cac9d..9d6d799ad 100644 --- a/src/SketcherPrs/SketcherPrs_Coincident.h +++ b/src/SketcherPrs/SketcherPrs_Coincident.h @@ -72,6 +72,7 @@ private: std::shared_ptr mySketcherPlane; gp_Pnt myPoint; bool myIsConflicting; /// state if the presentation is visualized in error state + Quantity_Color myConflictingColor; /// the color of mid ring if there is a conflict };