mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 08:21:07 +02:00
fix bigfonts in last commits
Origin commit data
------------------
Branch: ni/coolstream
Commit: c3d91b7040
Author: TangoCash <eric@loxat.de>
Date: 2016-03-08 (Tue, 08 Mar 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
e6db442ed0
commit
461791aadd
@@ -500,7 +500,15 @@ int CEpgData::show_mp(MI_MOVIE_INFO *mp_movie_info, int /*mp_position*/, int /*m
|
|||||||
|
|
||||||
epgText.clear();
|
epgText.clear();
|
||||||
|
|
||||||
start();
|
if (doLoop)
|
||||||
|
{
|
||||||
|
if (!bigFonts && g_settings.bigFonts) {
|
||||||
|
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO1]->setSize((int)(g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO1]->getSize() * BIG_FONT_FAKTOR));
|
||||||
|
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->setSize((int)(g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->getSize() * BIG_FONT_FAKTOR));
|
||||||
|
}
|
||||||
|
bigFonts = g_settings.bigFonts;
|
||||||
|
start();
|
||||||
|
}
|
||||||
|
|
||||||
tmdbtoggle = false;
|
tmdbtoggle = false;
|
||||||
stars = 0;
|
stars = 0;
|
||||||
|
Reference in New Issue
Block a user