mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- fix display error with empty timerlist -> http://www.dbox2world.net/board293-coolstream-hd1/board314-coolstream-development/p136711-anzeige-bugs/#post136711
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1932 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -519,7 +519,8 @@ int CTimerList::show()
|
||||
}
|
||||
}
|
||||
else if ( ( msg == CRCInput::RC_timeout ) ||
|
||||
( msg == CRCInput::RC_home) || (msg == CRCInput::RC_left) )
|
||||
( msg == CRCInput::RC_home) || (msg == CRCInput::RC_left) ||
|
||||
(( msg == CRCInput::RC_ok) && (timerlist.empty())) )
|
||||
{ //Exit after timeout or cancel key
|
||||
if ( fadeIn ) {
|
||||
g_RCInput->killTimer(fadeTimer);
|
||||
|
Reference in New Issue
Block a user