Fix reference error in slider
This commit is contained in:
parent
2b8a7b32c5
commit
8a90947a33
@ -224,7 +224,7 @@ Item {
|
|||||||
|
|
||||||
Behavior on x {
|
Behavior on x {
|
||||||
id: behavior
|
id: behavior
|
||||||
enabled: !mouseArea.drag.active && slider.animated
|
enabled: !mouseArea.drag.active && contents.animated
|
||||||
|
|
||||||
PropertyAnimation {
|
PropertyAnimation {
|
||||||
duration: behavior.enabled ? 150 : 0
|
duration: behavior.enabled ? 150 : 0
|
||||||
|
Loading…
Reference in New Issue
Block a user