mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue