@@ -34,7 +34,6 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
34 | 34 | |
|
35 | 35 | BarChartItem::BarChartItem(QBarSeries *series, ChartPresenter *presenter) : |
|
36 | 36 | ChartItem(presenter), |
|
37 | m_layoutSet(false), | |
|
38 | 37 | m_series(series) |
|
39 | 38 | { |
|
40 | 39 | setFlag(ItemClipsChildrenToShape); |
@@ -190,7 +189,6 void BarChartItem::handleGeometryChanged(const QRectF &rect) | |||
|
190 | 189 | prepareGeometryChange(); |
|
191 | 190 | m_rect = rect; |
|
192 | 191 | handleLayoutChanged(); |
|
193 | m_layoutSet = true; | |
|
194 | 192 | } |
|
195 | 193 | |
|
196 | 194 | void BarChartItem::handleLayoutChanged() |
General Comments 0
You need to be logged in to leave comments.
Login now