mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
fix fading from moviebrowser
This commit is contained in:
@@ -941,6 +941,12 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
switch ( msg )
|
||||
{
|
||||
case NeutrinoMessages::EVT_TIMER:
|
||||
if (data == fader.GetFadeTimer()) {
|
||||
if (fader.FadeDone())
|
||||
loop = false;
|
||||
}
|
||||
else
|
||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||
if (!mp_info)
|
||||
{
|
||||
if (data == g_InfoViewer->getUpdateTimer()) {
|
||||
@@ -953,12 +959,6 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
||||
pb.paint(false);
|
||||
}
|
||||
}
|
||||
if (data == fader.GetFadeTimer()) {
|
||||
if (fader.FadeDone())
|
||||
loop = false;
|
||||
}
|
||||
else
|
||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||
}
|
||||
break;
|
||||
case NeutrinoMessages::EVT_CURRENTNEXT_EPG:
|
||||
|
Reference in New Issue
Block a user