Components were clickable when hidden.

CURA-9793
This commit is contained in:
Joey de l'Arago 2022-12-02 16:19:29 +01:00
parent 5b76e3dd7c
commit 02572311bf

View File

@ -65,6 +65,7 @@ Item
implicitHeight: 0 implicitHeight: 0
Layout.preferredHeight: 0 Layout.preferredHeight: 0
Layout.minimumHeight: 0 Layout.minimumHeight: 0
enabled: false // Components can still be clickable with height 0 so they need to be disabled as well.
} }
}, },
State State