Skip to content
Snippets Groups Projects
Commit f033b402 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Felix Paul Kühne
Browse files

qml: take exclusive grab for right button until release in `PlaybackSpeedButton.qml`

So that context menu is not opened in the player page.
parent 8ca8509b
No related branches found
No related tags found
Loading
Pipeline #552003 passed with stage
in 12 minutes and 1 second
......@@ -103,6 +103,8 @@ PopupIconToolButton {
enabled: root.popup.contentItem && root.popup.contentItem.slider
gesturePolicy: TapHandler.ReleaseWithinBounds
onTapped: (eventPoint, button) => {
root.popup.contentItem.slider.value = 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment