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:
2013-04-27 23:14:05 +02:00
parent 76a2c44014
commit 4511d292b7

View File

@@ -847,6 +847,7 @@ void CNeutrinoEventList::paintDescription(int index)
infozone_text = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
cc_infozone->setText(infozone_text, CTextBox::TOP, g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_EVENT]);
cc_infozone->doPaintTextBoxBg(true);
cc_infozone->doPaintBg(false);
cc_infozone->paint(CC_SAVE_SCREEN_NO);
}