mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-03 10:51:05 +02:00
channellist: disable 'displayNext' when additional infos enabled
* otherwise there is no possibility to disable 'displayNext'
except exiting the channellist
Origin commit data
------------------
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 is contained in:
@@ -2105,8 +2105,12 @@ void CChannelList::paint()
|
|||||||
// paint background for main box
|
// paint background for main box
|
||||||
frameBuffer->paintBoxRel(x, y+theight, width, height-footerHeight-theight, COL_MENUCONTENT_PLUS_0);
|
frameBuffer->paintBoxRel(x, y+theight, width, height-footerHeight-theight, COL_MENUCONTENT_PLUS_0);
|
||||||
if (g_settings.channellist_additional)
|
if (g_settings.channellist_additional)
|
||||||
|
{
|
||||||
|
// disable displayNext
|
||||||
|
displayNext = false;
|
||||||
// paint background for right box
|
// paint background for right box
|
||||||
frameBuffer->paintBoxRel(x+width,y+theight,infozone_width,pig_height+infozone_height,COL_MENUCONTENT_PLUS_0);
|
frameBuffer->paintBoxRel(x+width,y+theight,infozone_width,pig_height+infozone_height,COL_MENUCONTENT_PLUS_0);
|
||||||
|
}
|
||||||
|
|
||||||
for(unsigned int count = 0; count < listmaxshow; count++) {
|
for(unsigned int count = 0; count < listmaxshow; count++) {
|
||||||
paintItem(count, true);
|
paintItem(count, true);
|
||||||
|
Reference in New Issue
Block a user