mirror of
https://invent.kde.org/multimedia/kdenlive
synced 2025-12-05 15:59:59 +01:00
Fix monitor playing when clicking in audio thumbnail of AV clip
This commit is contained in:
@@ -244,6 +244,7 @@ Item {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
root.seeking = true
|
root.seeking = true
|
||||||
|
root.captureRightClick = true
|
||||||
var pos = Math.max(mouseX, 0)
|
var pos = Math.max(mouseX, 0)
|
||||||
root.mouseRulerPos = mouseX
|
root.mouseRulerPos = mouseX
|
||||||
pos += audioThumb.width / root.zoomFactor * root.zoomStart
|
pos += audioThumb.width / root.zoomFactor * root.zoomStart
|
||||||
@@ -263,6 +264,7 @@ Item {
|
|||||||
}
|
}
|
||||||
onReleased: {
|
onReleased: {
|
||||||
root.seeking = false
|
root.seeking = false
|
||||||
|
root.captureRightClick = false
|
||||||
}
|
}
|
||||||
|
|
||||||
onWheel: wheel => {
|
onWheel: wheel => {
|
||||||
|
|||||||
Reference in New Issue
Block a user