mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 00:11:08 +02:00
epgview: revert wrong changes in 50b3060b5a
Origin commit data ------------------ Branch: ni/coolstream Commit:b6fcf49a7f
Author: vanhofen <vanhofen@gmx.de> Date: 2016-08-01 (Mon, 01 Aug 2016) Origin message was: ------------------ - epgview: revert wrong changes in50b3060b5a
------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit
This commit is contained in:
@@ -193,7 +193,7 @@ void CEpgData::processTextToArray(std::string text, int screening, bool has_cove
|
||||
//NI IMDb
|
||||
int poster_offset = 0;
|
||||
if (imdb_activ && (poster_w != 0))
|
||||
poster_offset = poster_w + 10;
|
||||
poster_offset += poster_w + 10;
|
||||
|
||||
while (*text_!=0)
|
||||
{
|
||||
@@ -270,9 +270,9 @@ void CEpgData::showText(int startPos, int ypos, bool cover, bool fullClear)
|
||||
int digi = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->getRenderWidth("29..");
|
||||
|
||||
//NI IMDb
|
||||
int poster_offset = 0;
|
||||
int poster_offset = cover_offset;
|
||||
if (imdb_activ && (poster_w != 0))
|
||||
poster_offset = poster_w + 10;
|
||||
poster_offset += poster_w + 10;
|
||||
|
||||
for(int i = 0; i < 12;i++){
|
||||
max_mon_w = std::max(max_mon_w, g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->getRenderWidth(std::string(g_Locale->getText(CLocaleManager::getMonth(i))) + " "));
|
||||
|
Reference in New Issue
Block a user