##// END OF EJS Templates
Bugfix area chart not drawn after drawLine change in lineseries
Michal Klocek -
r1827:f8179c45a147
parent child
Show More
@@ -52,7 +52,7 public:
52 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
52 void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget);
53 QPainterPath shape() const;
53 QPainterPath shape() const;
54
54
55 QPainterPath path() const { return m_path; }
55 QPainterPath path() const { return m_linePath; }
56
56
57 public Q_SLOTS:
57 public Q_SLOTS:
58 void handleUpdated();
58 void handleUpdated();
General Comments 0
You need to be logged in to leave comments. Login now