gui/infoviewer.cpp: enable clock background paint

This commit is contained in:
[CST] Focus
2015-03-06 13:36:39 +03:00
parent f50840ac96
commit d6f03505db

View File

@@ -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);