mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
MoviePlayer: Fix display 'info clock' and 'file time' when show movie infos
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