From e35ec4d20e8e13f12d89d7eba02f560d3bfc6b1f Mon Sep 17 00:00:00 2001 From: Devin Lin Date: Sun, 17 Mar 2024 23:26:34 -0400 Subject: [PATCH] kcms/time: Fix timezone dialog constantly popping up and down the keyboard while typing We need to ensure that there isn't an index set on the listview --- kcms/time/ui/main.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/kcms/time/ui/main.qml b/kcms/time/ui/main.qml index d75bc6b0..0babad0f 100644 --- a/kcms/time/ui/main.qml +++ b/kcms/time/ui/main.qml @@ -113,6 +113,7 @@ SimpleKCM { ListView { id: listView + currentIndex: -1 // otherwise the vkbd will constantly open and close while typing headerPositioning: ListView.OverlayHeader implicitWidth: 18 * Kirigami.Units.gridUnit implicitHeight: 18 * Kirigami.Units.gridUnit