channellist.cpp: fix logo position if new_zap_mode is off

Origin commit data
------------------
Commit: 782c9f107c
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-17 (Sun, 17 Feb 2013)

Origin message was:
------------------
- channellist.cpp: fix logo position if new_zap_mode is off
This commit is contained in:
vanhofen
2013-02-17 23:20:04 +01:00
parent 2a2cd1894c
commit 0acf92b838

View File

@@ -2014,7 +2014,7 @@ void CChannelList::paintHead()
x + full_width - iw1 - iw2 - iw3 - 18, y, theight); x + full_width - iw1 - iw2 - iw3 - 18, y, theight);
if (gotTime) { if (gotTime) {
int iw3x = (new_zap_mode) ? iw3 : -4; int iw3x = (new_zap_mode) ? iw3 : -10;
g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x + full_width - iw1 - iw2 - iw3x - 28 -timestr_len, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->RenderString(x + full_width - iw1 - iw2 - iw3x - 28 -timestr_len,
y+theight, timestr_len, timestr, COL_MENUHEAD, 0, true); // UTF-8 y+theight, timestr_len, timestr, COL_MENUHEAD, 0, true); // UTF-8
timestr_len += 4; timestr_len += 4;