From 074f0a1bc0f7a5232e0f6d7e904d4cbec360bc72 Mon Sep 17 00:00:00 2001 From: Tom Dewey Date: Wed, 18 Sep 2024 15:15:19 +0100 Subject: [PATCH] qml: OptionsPopup: Allow mouse selection in combo boxes --- src/OptionsPopup.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/OptionsPopup.qml b/src/OptionsPopup.qml index 88f5410..3c02944 100644 --- a/src/OptionsPopup.qml +++ b/src/OptionsPopup.qml @@ -306,6 +306,7 @@ Window { } ComboBox { id: fieldWifiCountry + selectTextByMouse: true enabled: chkWifi.checked editable: true } @@ -327,6 +328,7 @@ Window { } ComboBox { enabled: chkLocale.checked + selectTextByMouse: true id: fieldTimezone editable: true Layout.minimumWidth: 200 @@ -345,6 +347,7 @@ Window { } ComboBox { enabled: chkLocale.checked + selectTextByMouse: true id: fieldKeyboardLayout editable: true Layout.minimumWidth: 200