[vlc-commits] qml: defined the default focused item the within miniplayer
Pierre Lamot
git at videolan.org
Thu Aug 29 10:45:09 CEST 2019
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Tue Aug 27 15:57:05 2019 +0200| [7e6c77639e47507d5c3c6e8996b7a134d257a9ab] | committer: Jean-Baptiste Kempf
qml: defined the default focused item the within miniplayer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7e6c77639e47507d5c3c6e8996b7a134d257a9ab
---
modules/gui/qt/qml/player/MiniPlayer.qml | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/qt/qml/player/MiniPlayer.qml b/modules/gui/qt/qml/player/MiniPlayer.qml
index 1f1f4be5f2..f3dbf7642c 100644
--- a/modules/gui/qt/qml/player/MiniPlayer.qml
+++ b/modules/gui/qt/qml/player/MiniPlayer.qml
@@ -63,6 +63,7 @@ Utils.NavigableFocusScope {
id: playingItemInfo
Layout.fillHeight: true
width: childrenRect.width
+ focus: true
Rectangle {
anchors.fill: parent
More information about the vlc-commits
mailing list