##// END OF EJS Templates
possible root cause for barseries animation blink fixed
sauimone -
r1424:cd8df586e2df
parent child
Show More
@@ -171,8 +171,6 void BarChartItem::setLayout(const QVector<QRectF> &layout)
171 for (int i=0; i < m_bars.count(); i++) {
171 for (int i=0; i < m_bars.count(); i++) {
172 m_bars.at(i)->setRect(layout.at(i));
172 m_bars.at(i)->setRect(layout.at(i));
173 }
173 }
174
175 update();
176 }
174 }
177 //handlers
175 //handlers
178
176
General Comments 0
You need to be logged in to leave comments. Login now