mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
fixed bug that onpause view potentially starts during setting cutting marks
This commit is contained in:
@@ -8,10 +8,12 @@
|
||||
class cDisplayReplayOnPauseView : public cView, public cViewHelpers {
|
||||
private:
|
||||
int delay;
|
||||
bool resetSleep;
|
||||
virtual void Action(void);
|
||||
public:
|
||||
cDisplayReplayOnPauseView(cTemplateViewElement *tmplViewElement);
|
||||
virtual ~cDisplayReplayOnPauseView();
|
||||
void ResetSleep(void) { resetSleep = true; };
|
||||
void Render(void);
|
||||
void Flush(void) { DoFlush(); };
|
||||
};
|
||||
|
Reference in New Issue
Block a user