mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
moviebrowser: add missing parameters for movie cover
This commit is contained in:
@@ -1524,8 +1524,7 @@ void CMovieBrowser::initMovieCover(void)
|
|||||||
{
|
{
|
||||||
if (m_movieCover == NULL)
|
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);
|
m_movieCover->enableFrame(true, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user