Missing change for PIP close, clear.

This commit is contained in:
Johns 2013-12-04 10:12:31 +01:00
parent 35a1dde089
commit e2a65cbf76

View File

@ -1922,6 +1922,7 @@ static void HandleHotkey(int code)
break;
case 108:
DelPip();
PipChannelNr = 0;
break;
#endif
@ -2027,6 +2028,7 @@ eOSState cSoftHdMenu::ProcessKey(eKeys key)
return osEnd;
case osUser8:
DelPip();
PipChannelNr = 0;
return osEnd;
#endif
default: