mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 15:58:31 +00:00
moved access to cControl to main thread to avoid crash in onpauseview
This commit is contained in:
@@ -9,9 +9,10 @@ class cDisplayReplayOnPauseView : public cView, public cViewHelpers {
|
||||
private:
|
||||
int delay;
|
||||
bool resetSleep;
|
||||
string recFileName;
|
||||
virtual void Action(void);
|
||||
public:
|
||||
cDisplayReplayOnPauseView(cTemplateViewElement *tmplViewElement);
|
||||
cDisplayReplayOnPauseView(string recFileName, cTemplateViewElement *tmplViewElement);
|
||||
virtual ~cDisplayReplayOnPauseView();
|
||||
void ResetSleep(void) { resetSleep = true; };
|
||||
void Render(void);
|
||||
|
Reference in New Issue
Block a user