mirror of
https://github.com/jojo61/vdr-plugin-softhdcuvid.git
synced 2023-10-10 13:37:41 +02:00
fix missing break
This commit is contained in:
parent
5653e31466
commit
7b0984381d
@ -2347,6 +2347,7 @@ eOSState cSoftHdMenu::ProcessKey(eKeys key)
|
||||
return osEnd;
|
||||
}
|
||||
HotkeyState = HksInitial;
|
||||
break;
|
||||
case HksRed: // red and first number
|
||||
if (k0 <= key && key <= k9) {
|
||||
HotkeyCode = 100 + key - k0;
|
||||
|
Loading…
Reference in New Issue
Block a user