diff --git a/resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml b/resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml index 62cdf94185..c69b4dbd13 100644 --- a/resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml +++ b/resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml @@ -12,7 +12,8 @@ Item height: childrenRect.height property real labelColumnWidth: Math.round(width / 3) - property string _previousResolution: Cura.MachineManager.activeQualityType //Internal variable to detect changes. + property string _previousResolution: "" //Internal variable to detect changes. + Component.onCompleted: _previousResolution = Cura.MachineManager.activeQualityType; Cura.IconWithText {