mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
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:
committed by
Jacek Jendrzej
parent
d4cb71e80b
commit
dc320bae79
@@ -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