[vlc-commits] qml: adapt new slider tooltip for player
Fatih Uzunoglu
git at videolan.org
Thu Aug 27 12:45:06 CEST 2020
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | Fri Aug 7 22:43:24 2020 +0300| [32f1c3bfef3b4494376e1cbd8a2a897428949fc0] | committer: Pierre Lamot
qml: adapt new slider tooltip for player
Signed-off-by: Pierre Lamot <pierre at videolabs.io>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=32f1c3bfef3b4494376e1cbd8a2a897428949fc0
---
modules/gui/qt/player/qml/ControlBar.qml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/modules/gui/qt/player/qml/ControlBar.qml b/modules/gui/qt/player/qml/ControlBar.qml
index be292653c4..cbe6da9698 100644
--- a/modules/gui/qt/player/qml/ControlBar.qml
+++ b/modules/gui/qt/player/qml/ControlBar.qml
@@ -86,6 +86,8 @@ Widgets.NavigableFocusScope {
Layout.fillWidth: true
enabled: player.playingState == PlayerController.PLAYING_STATE_PLAYING || player.playingState == PlayerController.PLAYING_STATE_PAUSED
Keys.onDownPressed: buttons.focus = true
+
+ parentWindow: mainInterfaceRect
}
More information about the vlc-commits
mailing list