Fix progress bar.
This commit is contained in:
parent
c886e9c5ce
commit
15862e5c44
|
@ -311,9 +311,9 @@ Window {
|
|||
property real velocity: 0.0
|
||||
property int xStart: 0
|
||||
property int xPrev: 0
|
||||
property bool tracing: false
|
||||
hoverEnabled: false
|
||||
propagateComposedEvents: true
|
||||
anchors.bottomMargin: controlsBar.combinedHeight
|
||||
z: 1010
|
||||
onPressed: {
|
||||
xStart = mouse.x
|
||||
|
|
Loading…
Reference in a new issue