@@ -71,12 +71,14 void ChartDateTimeAxisY::updateGeometry() | |||||
71 | void ChartDateTimeAxisY::handleTickCountChanged(int tick) |
|
71 | void ChartDateTimeAxisY::handleTickCountChanged(int tick) | |
72 | { |
|
72 | { | |
73 | Q_UNUSED(tick) |
|
73 | Q_UNUSED(tick) | |
|
74 | QGraphicsLayoutItem::updateGeometry(); | |||
74 | if(presenter()) presenter()->layout()->invalidate(); |
|
75 | if(presenter()) presenter()->layout()->invalidate(); | |
75 | } |
|
76 | } | |
76 |
|
77 | |||
77 | void ChartDateTimeAxisY::handleFormatChanged(const QString &format) |
|
78 | void ChartDateTimeAxisY::handleFormatChanged(const QString &format) | |
78 | { |
|
79 | { | |
79 | Q_UNUSED(format); |
|
80 | Q_UNUSED(format); | |
|
81 | QGraphicsLayoutItem::updateGeometry(); | |||
80 | if(presenter()) presenter()->layout()->invalidate(); |
|
82 | if(presenter()) presenter()->layout()->invalidate(); | |
81 | } |
|
83 | } | |
82 |
|
84 |
General Comments 0
You need to be logged in to leave comments.
Login now