gui/timeosd: don't instantiate CComponentsFrmClock in active mode

Conflicts:
	src/gui/timeosd.cpp
This commit is contained in:
martii
2014-01-12 15:35:53 +01:00
committed by [CST] Focus
parent a96ab4d5e4
commit a70560ea58

View File

@@ -36,7 +36,7 @@
CTimeOSD::CTimeOSD():CComponentsFrmClock( 0, 0, 0, 50, "%H:%M:%S", true, NULL, CC_SHADOW_ON, COL_LIGHT_GRAY, COL_MENUCONTENT_PLUS_0,COL_MENUCONTENTDARK_PLUS_0)
CTimeOSD::CTimeOSD():CComponentsFrmClock( 0, 0, 0, 50, "%H:%M:%S", false, NULL, CC_SHADOW_ON, COL_LIGHT_GRAY, COL_MENUCONTENT_PLUS_0,COL_MENUCONTENTDARK_PLUS_0)
{
Init();
}