CNeutrinoEventList:kill text background during scrolling through event list

This is necessary because the background of text
is not automatically deleted.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4511d292b7
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-04-27 (Sat, 27 Apr 2013)



------------------
This commit was generated by Migit
This commit is contained in:
2013-04-27 23:14:05 +02:00
parent 4cb5e5e4fc
commit 497ce66d06

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);
}