mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 21:45:51 +08:00
Merge pull request #6635 from Ultimaker/CURA-6854_align_layer_label_top_bottom
Fix window resize bug in LayerSlider concerning handle position
This commit is contained in:
commit
d503f9df25
@ -165,8 +165,9 @@ Item
|
|||||||
}
|
}
|
||||||
|
|
||||||
onHeightChanged : {
|
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)
|
setLowerValue(lowerValue)
|
||||||
|
setUpperValue(upperValue)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Upper handle
|
// Upper handle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user