@@ -69,8 +69,7 void SplineChartItem::paint(QPainter *painter, const QStyleOptionGraphicsItem *o | |||
|
69 | 69 | Q_UNUSED(option); |
|
70 | 70 | painter->save(); |
|
71 | 71 | painter->setClipRect(clipRect()); |
|
72 |
|
|
|
73 | painter->setPen(m_series->pen()); | |
|
72 | painter->setPen(m_pen); | |
|
74 | 73 | painter->drawPath(m_path); |
|
75 | 74 | |
|
76 | 75 | // const QVector<QPointF> points = XYChartItem::points(); |
General Comments 0
You need to be logged in to leave comments.
Login now