From 79be6bbabfaca6a97db59d640ea3cfbe2b1b9a79 Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Tue, 3 Feb 2026 16:15:58 +0100 Subject: [PATCH] User shouldn't interact with workaround textbox. part of CURA-12951 --- resources/qml/Widgets/SingleSettingComboBox.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/qml/Widgets/SingleSettingComboBox.qml b/resources/qml/Widgets/SingleSettingComboBox.qml index 931d00dcc8..27556dd612 100644 --- a/resources/qml/Widgets/SingleSettingComboBox.qml +++ b/resources/qml/Widgets/SingleSettingComboBox.qml @@ -34,6 +34,7 @@ Cura.ComboBox // Used if a hidden option ends up selected anyway. text: propertyProvider.properties.options ? propertyProvider.properties.options[propertyProvider.properties.value] : "" visible: currentIndex < 0 + enabled: false background: Rectangle {