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:
@@ -178,15 +178,19 @@ public:
|
||||
******************************************************************/
|
||||
class cVeDrOnPause : public cViewElement, public cScrapManager {
|
||||
private:
|
||||
bool started;
|
||||
int actorsIndex;
|
||||
char *recfilename;
|
||||
public:
|
||||
cVeDrOnPause(void);
|
||||
virtual ~cVeDrOnPause(void);
|
||||
void Close(void);
|
||||
int Delay(void) { return attribs->Delay() * 1000; };
|
||||
void SetTokenContainer(void);
|
||||
void Set(const char *recfilename);
|
||||
bool Parse(bool forced = false);
|
||||
bool Started(void) { return started; };
|
||||
void ResetSleep(void);
|
||||
};
|
||||
|
||||
/******************************************************************
|
||||
|
Reference in New Issue
Block a user