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:
David Edmundson 2012-06-13 22:41:18 +01:00
parent 0fb964c6fd
commit ef03fb1c56

View File

@ -267,7 +267,6 @@ Item {
}
Binding {
when: !mouseArea.pressed
target: range
property: "position"
value: fakeHandle.x