From 9a92a1e8fc7782a35f94bf630f0cb7bf3ca84508 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Tue, 16 Nov 2021 08:53:19 +0100 Subject: [PATCH] moviebrowser: enable paint bg in initMovieCover() disable not required --- src/gui/moviebrowser/mb.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gui/moviebrowser/mb.cpp b/src/gui/moviebrowser/mb.cpp index 298beeff1..165e5e707 100644 --- a/src/gui/moviebrowser/mb.cpp +++ b/src/gui/moviebrowser/mb.cpp @@ -1529,7 +1529,6 @@ void CMovieBrowser::initMovieCover(void) m_movieCover = new CComponentsPicture(0, 0, cover_file, NULL, CC_SHADOW_ON, COL_MENUCONTENTDARK_PLUS_0); m_movieCover->enableFrame(true, 1); - m_movieCover->doPaintBg(false); } // always align positions and dimensions