urgent fix for last commit

Origin commit data
------------------
Branch: ni/coolstream
Commit: 98640e1b1f
Author: TangoCash <eric@loxat.de>
Date: 2016-03-08 (Tue, 08 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-03-08 20:58:33 +01:00
committed by Jacek Jendrzej
parent d4cb71e80b
commit dc320bae79

View File

@@ -708,6 +708,14 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int mp_position, int mp_dura
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:
if (showPos+scrollCount<textCount)
{