mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CComponentsFrmClock: Use blinking function for InfoClock & Channellist
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user