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:
authorJaime van Kessel <nallath@gmail.com>2019-11-08 15:38:58 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-08 15:38:58 +0300
commit9940bc8551929910d4b53764a0f7c59f26d7ca05 (patch)
tree51fc49be2c4216cd9e9b1e0660d48146a57cf39c /plugins/SimulationView
parent00078fd65939ac2e089099c733228374d71b1cc1 (diff)
parent832b4f28dc0ce9ac3649d40df4ef7c264d25404e (diff)
Merge branch 'master' of github.com:Ultimaker/Cura
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