mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- dboxinfo.cpp: fix font rendering with some themes
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-beta@1739 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -455,7 +455,7 @@ void CDBoxInfoWidget::paint()
|
||||
snprintf(ubuf, buf_size, "%4d%%", percent_used);
|
||||
break;
|
||||
}
|
||||
g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->RenderString(x + mpOffset, ypos+ mheight, width - 10, ubuf, rec_mp ? COL_MENUHEAD+2:COL_MENUCONTENT);
|
||||
g_Font[SNeutrinoSettings::FONT_TYPE_MENU]->RenderString(x + mpOffset, ypos+ mheight, width - 10, ubuf, rec_mp ? COL_MENUCONTENTINACTIVE:COL_MENUCONTENT);
|
||||
rec_mp = false;
|
||||
}
|
||||
int pbw = width - offsetw - 10;
|
||||
|
Reference in New Issue
Block a user