mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
moviebrowser.cpp: -fix2 vfd
This commit is contained in:
@@ -469,6 +469,7 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
neutrino_msg_t msg;
|
||||
neutrino_msg_data_t data;
|
||||
bool bAllowRepeatLR = false;
|
||||
CVFD::MODES oldLcdMode = CVFD::getInstance()->getMode();
|
||||
|
||||
int pos = 0;
|
||||
exit_pressed = false;
|
||||
@@ -733,7 +734,8 @@ int CMenuWidget::exec(CMenuTarget* parent, const std::string &)
|
||||
fader.Stop();
|
||||
|
||||
if(!parent)
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
if(oldLcdMode != CVFD::getInstance()->getMode())
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
|
||||
for (unsigned int count = 0; count < items.size(); count++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user