CInfoClock: rework infocklock

Origin commit data
------------------
Commit: b8b61684df
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-11-12 (Tue, 12 Nov 2013)
This commit is contained in:
2013-11-12 12:19:41 +01:00
committed by Michael Liebmann
parent d30ce8b0e5
commit a2967e2488
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()