summaryrefslogtreecommitdiff
path: root/src/controls/Styles/Base
diff options
context:
space:
mode:
authorAndy Shaw <andy.shaw@qt.io>2019-02-19 15:51:03 +0100
committerAndy Shaw <andy.shaw@qt.io>2019-02-20 09:36:23 +0000
commitb7f5cb186df211c1bfcdbaee06fb7ce9146e9a0e (patch)
tree4fdbdf582a4e4d8ce84392ed928a44ae3912c239 /src/controls/Styles/Base
parent65d61277be164a0781f9b57873afc000f36073fa (diff)
downloadqtquickcontrols-b7f5cb186df211c1bfcdbaee06fb7ce9146e9a0e.tar.gz
Update the CalendarHeaderModel when changing the locale set
Change-Id: I8af18ebfcc77f6080cfd5f0cade5042d0cd4a9a4 Fixes: QTBUG-73765 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/controls/Styles/Base')
-rw-r--r--src/controls/Styles/Base/CalendarStyle.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/controls/Styles/Base/CalendarStyle.qml b/src/controls/Styles/Base/CalendarStyle.qml
index 20459274..ef0cb779 100644
--- a/src/controls/Styles/Base/CalendarStyle.qml
+++ b/src/controls/Styles/Base/CalendarStyle.qml
@@ -410,6 +410,7 @@ Style {
anchors.leftMargin: (control.weekNumbersVisible ? weekNumbersItem.width : 0)
anchors.right: parent.right
spacing: gridVisible ? __gridLineWidth : 0
+ property alias __repeater: repeater
Repeater {
id: repeater