CChannelList: disable paint of clock background, it's not required here

This commit is contained in:
2014-06-27 23:32:31 +02:00
parent 672757606c
commit 5670e87d77

View File

@@ -2136,7 +2136,7 @@ void CChannelList::paintHead()
headerClock = new CComponentsFrmClock(0, 0, 0, 0, "%H:%M", true);
headerClock->setClockBlink("%H %M");
headerClock->setClockIntervall(1);
headerClock->doPaintBg(false);
}
headerClock->setClockFormat("%H:%M");
headerClock->setClockFont(SNeutrinoSettings::FONT_TYPE_MENU_TITLE);