mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
src/gui/epgview.cpp: small indent fix
Origin commit data
------------------
Branch: ni/coolstream
Commit: 0f75bb3b76
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-03-25 (Sun, 25 Mar 2018)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -344,14 +344,14 @@ void CEpgData::showText(int startPos, int ypos, bool has_cover, bool fullClear)
|
|||||||
while( pos2 != std::string::npos || pos1 != std::string::npos ){
|
while( pos2 != std::string::npos || pos1 != std::string::npos ){
|
||||||
switch(count){
|
switch(count){
|
||||||
case 1:
|
case 1:
|
||||||
offset += max_wday_w;
|
offset += max_wday_w;
|
||||||
break;
|
break;
|
||||||
case 3:
|
case 3:
|
||||||
offset += max_mon_w;
|
offset += max_mon_w;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
offset += digi;
|
offset += digi;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->RenderString(sx+OFFSET_INNER_MID+offset, y+medlineheight, ox - SCROLLBAR_WIDTH - 2*OFFSET_INNER_MID - offset, epgText[i].first.substr(pos1, pos2 - pos1), (epgText[i].second==2)? COL_MENUCONTENTINACTIVE_TEXT: COL_MENUCONTENT_TEXT);
|
g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO2]->RenderString(sx+OFFSET_INNER_MID+offset, y+medlineheight, ox - SCROLLBAR_WIDTH - 2*OFFSET_INNER_MID - offset, epgText[i].first.substr(pos1, pos2 - pos1), (epgText[i].second==2)? COL_MENUCONTENTINACTIVE_TEXT: COL_MENUCONTENT_TEXT);
|
||||||
count++;
|
count++;
|
||||||
|
Reference in New Issue
Block a user