mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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 )
|
switch ( msg )
|
||||||
{
|
{
|
||||||
case NeutrinoMessages::EVT_TIMER:
|
case NeutrinoMessages::EVT_TIMER:
|
||||||
|
if (data == fader.GetFadeTimer()) {
|
||||||
|
if (fader.FadeDone())
|
||||||
|
loop = false;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
||||||
if (!mp_info)
|
if (!mp_info)
|
||||||
{
|
{
|
||||||
if (data == g_InfoViewer->getUpdateTimer()) {
|
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);
|
pb.paint(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (data == fader.GetFadeTimer()) {
|
|
||||||
if (fader.FadeDone())
|
|
||||||
loop = false;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
CNeutrinoApp::getInstance()->handleMsg(msg, data);
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case NeutrinoMessages::EVT_CURRENTNEXT_EPG:
|
case NeutrinoMessages::EVT_CURRENTNEXT_EPG:
|
||||||
|
Reference in New Issue
Block a user