fix a bug where the value would not be changed whilst dragging, only when released.
Fixes reported issues in battery applet BUG: 301575 REVIEW: 105236
This commit is contained in:
parent
0fb964c6fd
commit
ef03fb1c56
@ -267,7 +267,6 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Binding {
|
Binding {
|
||||||
when: !mouseArea.pressed
|
|
||||||
target: range
|
target: range
|
||||||
property: "position"
|
property: "position"
|
||||||
value: fakeHandle.x
|
value: fakeHandle.x
|
||||||
|
Loading…
Reference in New Issue
Block a user