vlc | branch: master | Fatih Uzunoglu <[email protected]> | Fri Aug 7 22:43:24 2020 +0300| [32f1c3bfef3b4494376e1cbd8a2a897428949fc0] | committer: Pierre Lamot
qml: adapt new slider tooltip for player Signed-off-by: Pierre Lamot <[email protected]> > 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 } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
