From d2d59fd6485338ab976f5e6a2b0fa4f2919943e0 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 17 Jul 2018 21:28:53 +0200 Subject: [PATCH] moviebrowser: party revert 853752003a186f72f50182aca8f3b26694ff0327; ... unfortunately this subheader breaks the m_settings.browserAdditional feature Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/a5a2dcfbebee97dc3d8cbc513ab2c079cbd4d380 Author: vanhofen 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 --- src/gui/moviebrowser/mb.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/moviebrowser/mb.cpp b/src/gui/moviebrowser/mb.cpp index 7bfa9edf1..3d92ec127 100644 --- a/src/gui/moviebrowser/mb.cpp +++ b/src/gui/moviebrowser/mb.cpp @@ -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),