mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
urgent fix for last commit
This commit is contained in:
committed by
Jacek Jendrzej
parent
44ca60eb17
commit
98640e1b1f
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user