moviebrowser: party revert 853752003a186f72f50182aca8f3b26694ff0327; ...

unfortunately this subheader breaks the m_settings.browserAdditional feature


Origin commit data
------------------
Branch: ni/coolstream
Commit: a5a2dcfbeb
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-17 (Tue, 17 Jul 2018)

Origin message was:
------------------
- moviebrowser: party revert 853752003a186f72f50182aca8f3b26694ff0327; ...

unfortunately this subheader breaks the m_settings.browserAdditional feature


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2018-07-17 21:28:53 +02:00
parent 5339024445
commit d2d59fd648

View File

@@ -1234,8 +1234,8 @@ int CMovieBrowser::paint(void)
Font* font = g_Font[SNeutrinoSettings::FONT_TYPE_MOVIEBROWSER_LIST];
m_movieSelectionHandler = NULL;
m_pcBrowser = new CListFrame(&m_browserListLines, font, CListFrame::SCROLL | CListFrame::HEADER_LINE | CListFrame::TITLE,
&m_cBoxFrameBrowserList, g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD_ALL_MOVIES),
m_pcBrowser = new CListFrame(&m_browserListLines, font, CListFrame::SCROLL | CListFrame::HEADER_LINE,
&m_cBoxFrameBrowserList, NULL,
g_Font[SNeutrinoSettings::FONT_TYPE_MOVIEBROWSER_HEAD]);
m_pcLastPlay = new CListFrame(&m_playListLines, font, CListFrame::SCROLL | CListFrame::HEADER_LINE | CListFrame::TITLE,
&m_cBoxFrameLastPlayList, g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD_PLAYLIST),