[vlc-commits] qt: Remove special playlist list color on macOS
Marvin Scholz
git at videolan.org
Wed Nov 29 18:49:02 CET 2017
vlc | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sun Nov 26 04:52:47 2017 +0100| [417e99faa8daafab293ac2d6030bc76e9875f138] | committer: Marvin Scholz
qt: Remove special playlist list color on macOS
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=417e99faa8daafab293ac2d6030bc76e9875f138
---
modules/gui/qt/components/playlist/selector.cpp | 6 ------
1 file changed, 6 deletions(-)
diff --git a/modules/gui/qt/components/playlist/selector.cpp b/modules/gui/qt/components/playlist/selector.cpp
index 168822726d..bb654d4189 100644
--- a/modules/gui/qt/components/playlist/selector.cpp
+++ b/modules/gui/qt/components/playlist/selector.cpp
@@ -124,12 +124,6 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
setDropIndicatorShown(true);
invisibleRootItem()->setFlags( invisibleRootItem()->flags() & ~Qt::ItemIsDropEnabled );
-#ifdef Q_OS_MAC
- setAutoFillBackground( true );
- QPalette palette;
- palette.setColor( QPalette::Window, QColor(209,215,226) );
- setPalette( palette );
-#endif
setMinimumHeight( 120 );
/* Podcasts */
More information about the vlc-commits
mailing list