From f716f8f0a8ba63c2183f5c820469110f07a16791 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 29 May 2017 15:05:08 +0200 Subject: [PATCH] Revert "- epgview: fix starbar/rating position" This reverts commit 14561c0380c64f7c7b87cec1cd3106c32578551c. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/5f9b70cb6606e86e514401599f020a4076e32e7c Author: vanhofen Date: 2017-05-29 (Mon, 29 May 2017) ------------------ This commit was generated by Migit --- src/gui/epgview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/epgview.cpp b/src/gui/epgview.cpp index 29409e9a3..a98c80ecc 100644 --- a/src/gui/epgview.cpp +++ b/src/gui/epgview.cpp @@ -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; - frameBuffer->getIconSize(NEUTRINO_ICON_STARS_BG, &icon_w, &icon_h); + g_PicViewer->getSize(NEUTRINO_ICON_STARS_BG, &stars_w, &stars_h); //create starbar item CProgressBar *cc_starbar = new CProgressBar();