mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- 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