CComponentsFrmClock: Use blinking function for InfoClock & Channellist

Origin commit data
------------------
Branch: ni/coolstream
Commit: 713003aa84
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2013-12-10 (Tue, 10 Dec 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2013-12-10 23:08:20 +01:00
parent 2b0ea16359
commit 64622043f1
2 changed files with 5 additions and 3 deletions

View File

@@ -69,9 +69,10 @@ void CInfoClock::Init()
if (g_settings.infoClockSeconds)
setClockFormat("%H:%M:%S");
else
else {
setClockFormat("%H:%M");
setClockBlink("%H %M");
}
int x_old = x, y_old = y, width_old = width, height_old = height;
CVolumeHelper::getInstance()->refresh(cl_font);