mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CTimeOSD: fix init of display mode
Time was always on screen if user has started to play a movie.
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3a41bb86b3
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-01-14 (Thu, 14 Jan 2016)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -45,7 +45,7 @@ void CTimeOSD::Init()
|
||||
{
|
||||
paint_bg = g_settings.infoClockBackground;
|
||||
m_time_show = time(0);
|
||||
m_mode = MODE_ASC;
|
||||
m_mode = MODE_HIDE;
|
||||
|
||||
//use current theme colors
|
||||
setColorAll(COL_MENUCONTENT_PLUS_6, COL_MENUCONTENT_PLUS_0, COL_MENUCONTENTDARK_PLUS_0);
|
||||
|
Reference in New Issue
Block a user