Merge pull request #728 from Jamiras/custom_frame_advance

fix custom key bind for frame advance
This commit is contained in:
OV2 2021-12-13 21:40:10 +01:00 committed by GitHub
commit a283596722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8613,7 +8613,7 @@ switch(msg)
break; break;
} }
if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY13) if(which >= IDC_HOTKEY1 && which <= IDC_HOTKEY14)
{ {
int offset = which - IDC_HOTKEY1; int offset = which - IDC_HOTKEY1;
hotkey_dialog_items[index][offset].key_entry->key = wParam; hotkey_dialog_items[index][offset].key_entry->key = wParam;