[vlc-devel] [PATCH 23/55] qml: remove backgroundColor property in PlaylistListView

Fatih Uzunoglu fuzun54 at outlook.com
Thu Jan 7 21:36:36 UTC 2021


---
 modules/gui/qt/playlist/qml/PlaylistListView.qml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modules/gui/qt/playlist/qml/PlaylistListView.qml b/modules/gui/qt/playlist/qml/PlaylistListView.qml
index c5a44df265..96c42fc8f3 100644
--- a/modules/gui/qt/playlist/qml/PlaylistListView.qml
+++ b/modules/gui/qt/playlist/qml/PlaylistListView.qml
@@ -34,7 +34,6 @@ Widgets.NavigableFocusScope {
 
     property int leftPadding: 0
     property int rightPadding: 0
-    property alias backgroundColor: parentRect.color
 
     property VLCColors colors: VLCStyle.colors
 
@@ -248,7 +247,7 @@ Widgets.NavigableFocusScope {
                 }
                 modelCount: root.model.count
 
-                fadeColor: root.backgroundColor
+                fadeColor: parentRect.color
 
                 property int shiftIndex: -1
                 property int mode: PlaylistListView.Mode.Normal
-- 
2.27.0



More information about the vlc-devel mailing list