mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Missing change for PIP close, clear.
This commit is contained in:
parent
35a1dde089
commit
e2a65cbf76
@ -1922,6 +1922,7 @@ static void HandleHotkey(int code)
|
|||||||
break;
|
break;
|
||||||
case 108:
|
case 108:
|
||||||
DelPip();
|
DelPip();
|
||||||
|
PipChannelNr = 0;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -2027,6 +2028,7 @@ eOSState cSoftHdMenu::ProcessKey(eKeys key)
|
|||||||
return osEnd;
|
return osEnd;
|
||||||
case osUser8:
|
case osUser8:
|
||||||
DelPip();
|
DelPip();
|
||||||
|
PipChannelNr = 0;
|
||||||
return osEnd;
|
return osEnd;
|
||||||
#endif
|
#endif
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user