mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge remote-tracking branch 'check/next-cc-fixed'
This commit is contained in:
@@ -125,7 +125,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, NULL /*no header icon*/);
|
||||
CComponentsHeader header(this->x, this->y, this->width, this->font->getHeight()+4, head);
|
||||
header.paint(CC_SAVE_SCREEN_NO);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user