epgview: add extended movie info; code from movieinfo.cpp

comment out unused showMovieInfo() in movieinfo.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 766c4fd9c8
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-08-09 (Tue, 09 Aug 2016)

Origin message was:
------------------
- epgview: add extended movie info; code from movieinfo.cpp

comment out unused showMovieInfo() in movieinfo.cpp


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-08-09 14:13:19 +02:00
parent 220c4b5ac6
commit a0203076f2
6 changed files with 145 additions and 21 deletions

View File

@@ -1949,10 +1949,8 @@ bool CMovieBrowser::onButtonPressMainFrame(neutrino_msg_t msg)
{
if (m_movieSelectionHandler != NULL)
{
if (m_settings.gui == MB_GUI_MOVIE_INFO && m_windowFocus == MB_FOCUS_MOVIE_INFO)
g_EpgData->show_mp(m_movieSelectionHandler,0,0);
else
m_movieInfo.showMovieInfo(*m_movieSelectionHandler);
framebuffer->paintBackground(); //clear whole screen
g_EpgData->show_mp(m_movieSelectionHandler, 0, 0);
refresh();
}
}