CComponentsFrmClock: Use blinking function for InfoClock & Channellist

Origin commit data
------------------
Commit: 713003aa84
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-10 (Tue, 10 Dec 2013)
This commit is contained in:
Michael Liebmann
2013-12-10 23:08:20 +01:00
parent 52c8f0dce6
commit 6043b903f2
2 changed files with 5 additions and 3 deletions

View File

@@ -2122,7 +2122,8 @@ void CChannelList::paintHead()
if (g_Sectionsd->getIsTimeSet()) {
if (headerClock == NULL) {
headerClock = new CComponentsFrmClock(0, 0, 0, 0, "%H:%M");
headerClock->setClockIntervall(10);
headerClock->setClockBlink("%H %M");
headerClock->setClockIntervall(1);
}
headerClock->setClockFont(SNeutrinoSettings::FONT_TYPE_MENU_TITLE);