mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
CNeutrinoEventList:kill text background during scrolling through event list
This is necessary because the background of text is not automatically deleted.
This commit is contained in:
@@ -847,6 +847,7 @@ void CNeutrinoEventList::paintDescription(int index)
|
|||||||
infozone_text = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
infozone_text = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||||
|
|
||||||
cc_infozone->setText(infozone_text, CTextBox::TOP, g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_EVENT]);
|
cc_infozone->setText(infozone_text, CTextBox::TOP, g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_EVENT]);
|
||||||
|
cc_infozone->doPaintTextBoxBg(true);
|
||||||
cc_infozone->doPaintBg(false);
|
cc_infozone->doPaintBg(false);
|
||||||
cc_infozone->paint(CC_SAVE_SCREEN_NO);
|
cc_infozone->paint(CC_SAVE_SCREEN_NO);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user