Fix ghost text in channellist & epg view

Complement to commit 8dd426d
This commit is contained in:
M. Liebmann
2016-01-27 14:59:07 +01:00
parent 87e6f328dd
commit d85bb1d09b
3 changed files with 3 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ void EpgPlus::Header::paint(const char * Name)
std::string head = Name ? Name : g_Locale->getText (LOCALE_EPGPLUS_HEAD);
CComponentsHeader header(this->x, this->y, this->width, this->font->getHeight()+4, head);
header.enableGradientBgCleanUp();
header.paint(CC_SAVE_SCREEN_NO);
}