mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
epgview: fix starbar/rating position
Origin commit data
------------------
Branch: ni/coolstream
Commit: c6e559559f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-05-29 (Mon, 29 May 2017)
Origin message was:
------------------
- epgview: fix starbar/rating position
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -321,7 +321,7 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear)
|
||||
stars *= 10; // recalculate stars value for starbar
|
||||
|
||||
int stars_w = 0, stars_h = 0;
|
||||
g_PicViewer->getSize(NEUTRINO_ICON_STARS_BG, &stars_w, &stars_h);
|
||||
frameBuffer->getIconSize(NEUTRINO_ICON_STARS_BG, &icon_w, &icon_h);
|
||||
|
||||
//create starbar item
|
||||
CProgressBar *cc_starbar = new CProgressBar();
|
||||
|
Reference in New Issue
Block a user