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
1 changed files with 1 additions and 0 deletions

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;