CComponentsFrmClock: remove unnecessary paint

Is already handled with OnTimer signal.
This commit is contained in:
2016-04-20 22:49:52 +02:00
parent 797fd44a35
commit 71adac0a0b

View File

@@ -349,8 +349,6 @@ bool CComponentsFrmClock::stopClock()
bool CComponentsFrmClock::Start(bool do_save_bg)
{
if (startClock()) {
//ensure paint of segements on first paint
paint(do_save_bg);
paintClock = true;
return true;
}