diff --git a/GraphicsView/include/CGAL/Qt/StreamLinesGraphicsItem.h b/GraphicsView/include/CGAL/Qt/StreamLinesGraphicsItem.h index f954b9cfc9c..bbc39ab8bf6 100644 --- a/GraphicsView/include/CGAL/Qt/StreamLinesGraphicsItem.h +++ b/GraphicsView/include/CGAL/Qt/StreamLinesGraphicsItem.h @@ -97,6 +97,7 @@ template void StreamLinesGraphicsItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *w) { + painter->setPen(this->edgesPen()); QRectF rect = option->exposedRect; PainterOstream pos(painter, rect); for (Stream_line_iterator sit = sl->begin(); sit != sl->end(); sit++){