Adapting certain files to the changed font handling of info clock

This commit is contained in:
M. Liebmann
2013-11-26 14:16:11 +01:00
parent 1bfb6d2cd3
commit 90985f11d2
4 changed files with 5 additions and 5 deletions

View File

@@ -260,7 +260,7 @@ void CInfoViewer::paintTime (bool show_dot)
clock->doPaintBg(false);
}
clock->setDimensionsAll(clock_x, clock_y, clock_w, clock_h);
clock->setClockFont(g_Font[SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME]);
clock->setClockFont(SNeutrinoSettings::FONT_TYPE_INFOBAR_CHANNAME);
clock->setClockFormat(show_dot ? "%H:%M" : "%H.%M");
clock->paint(CC_SAVE_SCREEN_NO);