fix calendar ui (currentMonth and currentYear was incorrect due to initialisation)
This commit is contained in:
parent
ab64d0479a
commit
7b06527ddc
1 changed files with 0 additions and 1 deletions
|
|
@ -23,7 +23,6 @@ ListView {
|
||||||
property int currentYear: calendarModel.yearAt(currentIndex)
|
property int currentYear: calendarModel.yearAt(currentIndex)
|
||||||
onCurrentYearChanged: console.log("currentyear", currentYear)
|
onCurrentYearChanged: console.log("currentyear", currentYear)
|
||||||
onCurrentMonthChanged: console.log("current month", currentMonth)
|
onCurrentMonthChanged: console.log("current month", currentMonth)
|
||||||
currentIndex: 0
|
|
||||||
keyNavigationEnabled: false
|
keyNavigationEnabled: false
|
||||||
|
|
||||||
model: Control.CalendarModel {
|
model: Control.CalendarModel {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue