mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
src/gui/epgview.cpp: small indent fix
This commit is contained in:
@@ -303,14 +303,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