Browse Source

Components were clickable when hidden.

CURA-9793
Joey de l'Arago 2 years ago
parent
commit
02572311bf

+ 1 - 0
resources/qml/PrintSetupSelector/Recommended/RecommendedSettingItem.qml

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