1
0
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:
9000h 2019-10-28 13:02:12 +01:00 committed by GitHub
parent 5653e31466
commit 7b0984381d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;