From 9f9e127aaa231de23282c376841a93335d632e9e Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Mon, 25 Jan 2016 14:12:19 +0100 Subject: [PATCH] Addition of a QPen in SegmentGraphicsItem --- GraphicsView/include/CGAL/Qt/SegmentsGraphicsItem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GraphicsView/include/CGAL/Qt/SegmentsGraphicsItem.h b/GraphicsView/include/CGAL/Qt/SegmentsGraphicsItem.h index d418de38761..cd27e374431 100644 --- a/GraphicsView/include/CGAL/Qt/SegmentsGraphicsItem.h +++ b/GraphicsView/include/CGAL/Qt/SegmentsGraphicsItem.h @@ -118,7 +118,7 @@ SegmentsGraphicsItem

::paint(QPainter *painter, { painterostream = PainterOstream(painter); - + painter->setPen(QPen(::Qt::black, 0, ::Qt::SolidLine, ::Qt::RoundCap, ::Qt::RoundJoin)); for(typename P::iterator it = segments->begin(); it != segments->end(); it++){