mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
gui/infoviewer.cpp: enable clock background paint
Origin commit data
------------------
Branch: ni/coolstream
Commit: d6f03505db
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-03-06 (Fri, 06 Mar 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -243,7 +243,7 @@ void CInfoViewer::initClock()
|
|||||||
{
|
{
|
||||||
if (clock == NULL){
|
if (clock == NULL){
|
||||||
clock = new CComponentsFrmClock();
|
clock = new CComponentsFrmClock();
|
||||||
clock->doPaintBg(false);
|
clock->doPaintBg(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
clock->setColorBody(COL_INFOBAR_PLUS_0);
|
clock->setColorBody(COL_INFOBAR_PLUS_0);
|
||||||
|
Reference in New Issue
Block a user