CInfoViewer: Not start clock thread

This commit is contained in:
M. Liebmann
2013-12-11 14:26:29 +01:00
parent 0434061172
commit 78bdef9c0a

View File

@@ -257,6 +257,7 @@ void CInfoViewer::paintTime (bool show_dot)
if (clock == NULL){ if (clock == NULL){
clock = new CComponentsFrmClock(); clock = new CComponentsFrmClock();
clock->doPaintBg(false); clock->doPaintBg(false);
clock->setClockActiv(false);
} }
clock->setColorBody(COL_INFOBAR_PLUS_0); clock->setColorBody(COL_INFOBAR_PLUS_0);