[calendar] fix missing import names
This was ported mostly to QQC2 with the StackView, with a "QQC1" import name added. But these properties got forgotten.
This commit is contained in:
parent
4d42a15025
commit
d1f36580cd
@ -70,7 +70,7 @@ Item {
|
||||
}
|
||||
|
||||
QQC1.Stack.onStatusChanged: {
|
||||
if (Stack.status === Stack.Inactive) {
|
||||
if (QQC1.Stack.status === QQC1.Stack.Inactive) {
|
||||
daysCalendar.transformScale = 1
|
||||
opacity = 1
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user