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