mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
moviebrowser: add missing parameters for movie cover
Origin commit data
------------------
Commit: c011a0378d
Author: Thilo Graf <dbt@novatux.de>
Date: 2021-12-19 (Sun, 19 Dec 2021)
This commit is contained in:
@@ -1538,8 +1538,7 @@ void CMovieBrowser::initMovieCover(void)
|
||||
{
|
||||
if (m_movieCover == NULL)
|
||||
{
|
||||
m_movieCover = new CComponentsPicture(0, 0, cover_file, NULL, CC_SHADOW_ON, COL_MENUCONTENTDARK_PLUS_0);
|
||||
|
||||
m_movieCover = new CComponentsPicture(0, 0, cover_file, NULL, CC_SHADOW_ON, COL_MENUCONTENTDARK_PLUS_0, 0, COL_SHADOW_PLUS_0, CFrameBuffer::TM_NONE);
|
||||
m_movieCover->enableFrame(true, 1);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user