User shouldn't interact with workaround textbox.
Some checks failed
conan-package / conan-package (push) Has been cancelled
unit-test / Run unit tests (push) Has been cancelled

part of CURA-12951
This commit is contained in:
Remco Burema 2026-02-03 16:15:58 +01:00
parent 416f2cb26a
commit 79be6bbabf

View file

@ -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
{