Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/PrintSetupSelector/Recommended/RecommendedResolutionSelector.qml3
1 files changed, 2 insertions, 1 deletions
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
{