mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
fix epg newline forÖR channels
This commit is contained in:
@@ -878,6 +878,9 @@ void CEventList::paintDescription(int index)
|
||||
else
|
||||
infozone_text = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||
|
||||
if(!infozone_text.empty())
|
||||
infozone_text = str_replace("\\n", "\n", infozone_text);
|
||||
|
||||
infozone->setText(infozone_text, CTextBox::TOP, g_Font[SNeutrinoSettings::FONT_TYPE_EVENTLIST_EVENT]);
|
||||
infozone->doPaintBg(false);
|
||||
infozone->doPaintTextBoxBg(true);
|
||||
|
Reference in New Issue
Block a user