[calendar] Ensure the grid is repainted on theme changes
Change-Id: If6e6144fa3aa691628c3ba2c053f3e848da8498d
This commit is contained in:
parent
23add5d6e4
commit
5165d6574e
@ -95,6 +95,13 @@ Item {
|
||||
}
|
||||
}
|
||||
|
||||
Connections {
|
||||
target: theme
|
||||
onTextColorChanged: {
|
||||
canvas.requestPaint();
|
||||
}
|
||||
}
|
||||
|
||||
Column {
|
||||
id: weeksColumn
|
||||
visible: root.showWeekNumbers
|
||||
|
Loading…
x
Reference in New Issue
Block a user