channellist: disable 'displayNext' when additional infos enabled

* otherwise there is no possibility to disable 'displayNext'
 except exiting the channellist


Origin commit data
------------------
Branch: ni/coolstream
Commit: 2ab63ce14d
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-05-12 (Sun, 12 May 2013)

Origin message was:
------------------
- channellist: disable 'displayNext' when additional infos enabled

* otherwise there is no possibility to disable 'displayNext'
 except exiting the channellist


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2013-05-12 23:41:36 +02:00
parent 7bf34687f8
commit 826a476888

View File

@@ -2105,8 +2105,12 @@ void CChannelList::paint()
// paint background for main box
frameBuffer->paintBoxRel(x, y+theight, width, height-footerHeight-theight, COL_MENUCONTENT_PLUS_0);
if (g_settings.channellist_additional)
{
// disable displayNext
displayNext = false;
// paint background for right box
frameBuffer->paintBoxRel(x+width,y+theight,infozone_width,pig_height+infozone_height,COL_MENUCONTENT_PLUS_0);
}
for(unsigned int count = 0; count < listmaxshow; count++) {
paintItem(count, true);