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
|
||||
}
|
||||
root.seeking = true
|
||||
root.captureRightClick = true
|
||||
var pos = Math.max(mouseX, 0)
|
||||
root.mouseRulerPos = mouseX
|
||||
pos += audioThumb.width / root.zoomFactor * root.zoomStart
|
||||
@@ -263,6 +264,7 @@ Item {
|
||||
}
|
||||
onReleased: {
|
||||
root.seeking = false
|
||||
root.captureRightClick = false
|
||||
}
|
||||
|
||||
onWheel: wheel => {
|
||||
|
||||
Reference in New Issue
Block a user