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 {