movieplayer: Fix display filetime

This commit is contained in:
M. Liebmann
2017-02-05 17:31:24 +01:00
parent dccb6ba8f2
commit 7d5cbea37d
4 changed files with 32 additions and 13 deletions

View File

@@ -42,6 +42,7 @@ CTimeOSD::CTimeOSD():CComponentsFrmClock( 1, 1, NULL, "%H:%M:%S", NULL, false, 1
m_mode = MODE_HIDE;
tmp_mode = MODE_HIDE;
m_restore = false;
mp_time_forced = false;
Init();
}