mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 15:01:48 +02:00
fixed a bug in switchtimers
This commit is contained in:
parent
fcb664da93
commit
a65fca41d8
@ -1036,8 +1036,8 @@ cRecMenuSearchTimerNothingFound::cRecMenuSearchTimerNothingFound(std::string sea
|
||||
|
||||
// --- cRecMenuSwitchTimer ---------------------------------------------------------
|
||||
cRecMenuSwitchTimer::cRecMenuSwitchTimer(void) {
|
||||
int switchMinsBefore = 2;
|
||||
int announceOnly = 0;
|
||||
switchMinsBefore = 2;
|
||||
announceOnly = 0;
|
||||
|
||||
SetWidthPercent(60);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user