##// END OF EJS Templates
Fix last post remove in qlineseries
Michal Klocek -
r1269:56c7db037465
parent child
Show More
@@ -56,7 +56,9 void LineChartItem::updateGeometry()
56
56
57 if(points.size()==0)
57 if(points.size()==0)
58 {
58 {
59 prepareGeometryChange();
59 m_path = QPainterPath();
60 m_path = QPainterPath();
61 m_rect = QRect();
60 return;
62 return;
61 }
63 }
62
64
General Comments 0
You need to be logged in to leave comments. Login now