mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
moviebrowser.cpp: -fix2 vfd
This commit is contained in:
@@ -1300,9 +1300,6 @@ void CMovieBrowser::refreshLCD(void)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(CVFD::getInstance()->getMode() != CVFD::MODE_MENU_UTF8)
|
|
||||||
CVFD::getInstance()->setMode(CVFD::MODE_MENU_UTF8, g_Locale->getText(LOCALE_MOVIEBROWSER_HEAD));
|
|
||||||
|
|
||||||
CVFD::getInstance()->showMenuText(0, m_movieSelectionHandler->epgTitle.c_str(), -1, true); // UTF-8
|
CVFD::getInstance()->showMenuText(0, m_movieSelectionHandler->epgTitle.c_str(), -1, true); // UTF-8
|
||||||
//lcd->showMenuText(1, m_movieSelectionHandler->epgInfo1.c_str(), -1, true); // UTF-8
|
//lcd->showMenuText(1, m_movieSelectionHandler->epgInfo1.c_str(), -1, true); // UTF-8
|
||||||
}
|
}
|
||||||
|
@@ -469,6 +469,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
neutrino_msg_t msg;
|
neutrino_msg_t msg;
|
||||||
neutrino_msg_data_t data;
|
neutrino_msg_data_t data;
|
||||||
bool bAllowRepeatLR = false;
|
bool bAllowRepeatLR = false;
|
||||||
|
CVFD::MODES oldLcdMode = CVFD::getInstance()->getMode();
|
||||||
|
|
||||||
int pos = 0;
|
int pos = 0;
|
||||||
exit_pressed = false;
|
exit_pressed = false;
|
||||||
@@ -733,6 +734,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
|||||||
fader.Stop();
|
fader.Stop();
|
||||||
|
|
||||||
if(!parent)
|
if(!parent)
|
||||||
|
if(oldLcdMode != CVFD::getInstance()->getMode())
|
||||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||||
|
|
||||||
for (unsigned int count = 0; count < items.size(); count++)
|
for (unsigned int count = 0; count < items.size(); count++)
|
||||||
|
Reference in New Issue
Block a user