CComponentsFrmClock: Initialize 'activeClock' variable

- Add function setClockActiv()
This commit is contained in:
M. Liebmann
2013-12-11 14:27:11 +01:00
parent bc1b94deb9
commit 0434061172
2 changed files with 4 additions and 0 deletions

View File

@@ -85,6 +85,7 @@ void CComponentsFrmClock::initVarClock()
cl_thread = 0;
cl_interval = 1;
activeClock = true;
cl_blink_str = "";
}