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