From 0b4a05a84ce1371c8a9be8c52e75b4f3a5b67b04 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Mon, 20 Feb 2017 17:32:20 +0100 Subject: [PATCH] Recommended settings now shows correct status for adhesion when None was selected Fixes #1454 --- resources/qml/SidebarSimple.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/SidebarSimple.qml b/resources/qml/SidebarSimple.qml index 61cc23d403..424c1239af 100644 --- a/resources/qml/SidebarSimple.qml +++ b/resources/qml/SidebarSimple.qml @@ -398,7 +398,7 @@ Item style: UM.Theme.styles.checkbox; enabled: base.settingsEnabled - checked: platformAdhesionType.properties.value != "skirt" + checked: platformAdhesionType.properties.value != "skirt" && platformAdhesionType.properties.value != "none" MouseArea {