[calendar] Ensure the grid is repainted on theme changes

Change-Id: If6e6144fa3aa691628c3ba2c053f3e848da8498d
This commit is contained in:
Martin Klapetek 2015-06-15 16:39:03 +02:00
parent 23add5d6e4
commit 5165d6574e

View File

@ -95,6 +95,13 @@ Item {
}
}
Connections {
target: theme
onTextColorChanged: {
canvas.requestPaint();
}
}
Column {
id: weeksColumn
visible: root.showWeekNumbers