mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
MoviePlayer: Fix display 'info clock' and 'file time' when show movie infos
Origin commit data
------------------
Commit: 92cc47f383
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-04-21 (Mon, 21 Apr 2014)
This commit is contained in:
@@ -58,5 +58,7 @@ class CTimeOSD : public CComponentsFrmClock
|
||||
bool IsVisible() {return m_mode != MODE_HIDE;}
|
||||
void update(int position, int duration);
|
||||
void switchMode(int position, int duration);
|
||||
mode getMode() { return m_mode; };
|
||||
void setMode (mode mode_) { m_mode = mode_; };
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user