@@ -70,8 +70,7 QPainterPath LineChartItem::shape() const | |||
|
70 | 70 | |
|
71 | 71 | void LineChartItem::updateGeometry() |
|
72 | 72 | { |
|
73 |
|
|
|
74 | const QVector<QPointF> &points = m_points; | |
|
73 | const QVector<QPointF> &points = geometryPoints(); | |
|
75 | 74 | |
|
76 | 75 | if (points.size() == 0) { |
|
77 | 76 | prepareGeometryChange(); |
General Comments 0
You need to be logged in to leave comments.
Login now