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++){