urgent fix for last commit

This commit is contained in:
TangoCash
2016-03-08 20:58:33 +01:00
committed by Jacek Jendrzej
parent 44ca60eb17
commit 98640e1b1f

View File

@@ -708,6 +708,14 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int mp_position, int mp_dura
switch ( msg ) switch ( msg )
{ {
case NeutrinoMessages::EVT_TIMER:
if(data == fader.GetFadeTimer()) {
if(fader.FadeDone())
loop = false;
}
else
CNeutrinoApp::getInstance()->handleMsg(msg, data);
break;
case CRCInput::RC_down: case CRCInput::RC_down:
if (showPos+scrollCount<textCount) if (showPos+scrollCount<textCount)
{ {