mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 02:41:21 +02:00
src/gui/timeosd.cpp init m_mode
This commit is contained in:
@@ -45,6 +45,7 @@ void CTimeOSD::Init()
|
|||||||
{
|
{
|
||||||
paint_bg = g_settings.infoClockBackground;
|
paint_bg = g_settings.infoClockBackground;
|
||||||
m_time_show = time(0);
|
m_time_show = time(0);
|
||||||
|
m_mode = MODE_ASC;
|
||||||
|
|
||||||
//use current theme colors
|
//use current theme colors
|
||||||
setColorAll(COL_MENUCONTENT_PLUS_6, COL_MENUCONTENT_PLUS_0, COL_MENUCONTENTDARK_PLUS_0);
|
setColorAll(COL_MENUCONTENT_PLUS_6, COL_MENUCONTENT_PLUS_0, COL_MENUCONTENTDARK_PLUS_0);
|
||||||
|
Reference in New Issue
Block a user