From 7b06527ddc2767d48acf0c0e4c1f78397a940070 Mon Sep 17 00:00:00 2001 From: Gaelle Braud Date: Mon, 12 Aug 2024 11:29:56 +0200 Subject: [PATCH] fix calendar ui (currentMonth and currentYear was incorrect due to initialisation) --- Linphone/view/Item/Calendar.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Linphone/view/Item/Calendar.qml b/Linphone/view/Item/Calendar.qml index 47e9598b..4e2b2bda 100644 --- a/Linphone/view/Item/Calendar.qml +++ b/Linphone/view/Item/Calendar.qml @@ -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 {