[vlc-commits] qml: forward colors property to OverlayMenu in PlaylistListView
    Fatih Uzunoglu 
    git at videolan.org
       
    Tue Jan 12 13:20:45 UTC 2021
    
    
  
vlc | branch: master | Fatih Uzunoglu <fuzun54 at outlook.com> | 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 <pierre at videolabs.io>
> 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
     }
 
    
    
More information about the vlc-commits
mailing list