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)
|
||||
onCurrentYearChanged: console.log("currentyear", currentYear)
|
||||
onCurrentMonthChanged: console.log("current month", currentMonth)
|
||||
currentIndex: 0
|
||||
keyNavigationEnabled: false
|
||||
|
||||
model: Control.CalendarModel {
|
||||
|
|
|
|||
Loading…
Reference in a new issue