vlc | branch: master | Fatih Uzunoglu <[email protected]> | Fri Jan 8 00:36:47 2021 +0300| [8cdaa8e89a1d8b000b3046c6bc616dffd76ee28b] | committer: Pierre Lamot
qml: forward colors property to OverlayMenu in PlaylistListView Signed-off-by: Pierre Lamot <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8cdaa8e89a1d8b000b3046c6bc616dffd76ee28b --- modules/gui/qt/playlist/qml/PlaylistListView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml index db08572d54..be9b1a385c 100644 --- a/modules/gui/qt/playlist/qml/PlaylistListView.qml +++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml @@ -67,6 +67,7 @@ Widgets.NavigableFocusScope { anchors.fill: parent z: 1 + colors: root.colors backgroundItem: parentRect } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
