mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 07:51:11 +02:00
epgview.cpp: fix recalculation of several heights
Origin commit data
------------------
Branch: ni/coolstream
Commit: 95b1472bde
Author: GetAway <get-away@t-online.de>
Date: 2018-12-11 (Tue, 11 Dec 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1329,7 +1329,6 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
tmdb_active = false; // reset tmdb
|
tmdb_active = false; // reset tmdb
|
||||||
imdb_active = false; // reset imdb
|
imdb_active = false; // reset imdb
|
||||||
showTimerEventBar (false);
|
showTimerEventBar (false);
|
||||||
start();
|
|
||||||
// textypos = sy;
|
// textypos = sy;
|
||||||
//printf("bigFonts %d\n", bigFonts);
|
//printf("bigFonts %d\n", bigFonts);
|
||||||
if (bigFonts)
|
if (bigFonts)
|
||||||
@@ -1342,6 +1341,7 @@ int CEpgData::show(const t_channel_id channel_id, uint64_t a_id, time_t* a_start
|
|||||||
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->setSize((int)(g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->getSize() / BIGFONT_FACTOR));
|
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->setSize((int)(g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->getSize() / BIGFONT_FACTOR));
|
||||||
}
|
}
|
||||||
g_settings.bigFonts = bigFonts;
|
g_settings.bigFonts = bigFonts;
|
||||||
|
start();
|
||||||
if (mp_info)
|
if (mp_info)
|
||||||
show(mp_movie_info->epgId >> 16, 0, 0, false, false, true);
|
show(mp_movie_info->epgId >> 16, 0, 0, false, false, true);
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user