CInfoClock: rework infocklock

This commit is contained in:
2013-11-12 12:19:41 +01:00
committed by M. Liebmann
parent 80d656e362
commit b8b61684df
6 changed files with 92 additions and 105 deletions

View File

@@ -60,12 +60,11 @@ CComponentsFrmClock::CComponentsFrmClock( const int x_pos, const int y_pos, cons
col_body = color_body;
col_shadow = color_shadow;
cl_format_str = format_str;
paintClock = false;
activeClock = activ;
if (activeClock)
startThread();
cl_format_str = format_str;
}
void CComponentsFrmClock::initVarClock()