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 'plugins/SimulationView')
-rw-r--r--plugins/SimulationView/LayerSlider.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/SimulationView/LayerSlider.qml b/plugins/SimulationView/LayerSlider.qml
index 0c62dd01cf..6f608fe474 100644
--- a/plugins/SimulationView/LayerSlider.qml
+++ b/plugins/SimulationView/LayerSlider.qml
@@ -165,8 +165,9 @@ Item
}
onHeightChanged : {
- // After a height change, the pixel-position of the lower handle is out of sync with the property value
+ // After a height change, the pixel-position of the handles is out of sync with the property value
setLowerValue(lowerValue)
+ setUpperValue(upperValue)
}
// Upper handle