mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix window resize bug in LayerSlider concerning handle position
Upper handle position would not be updated on resize CURA-6854
This commit is contained in:
parent
96bd641d93
commit
ba6cf8eae5
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