Wxwidgets: Increase number of autohold slots (in case more are needed)
This commit is contained in:
parent
3578394e70
commit
4006919340
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ enum
|
|||
wxID_READONLY_MODE,
|
||||
wxID_EDIT_AUTHORS,
|
||||
wxID_AUTOHOLD_FIRST,
|
||||
wxID_AUTOHOLD_LAST = wxID_AUTOHOLD_FIRST + 127,
|
||||
wxID_AUTOHOLD_LAST = wxID_AUTOHOLD_FIRST + 1023,
|
||||
wxID_EDIT_AXES,
|
||||
wxID_EDIT_SETTINGS,
|
||||
wxID_EDIT_KEYBINDINGS,
|
||||
|
|
Loading…
Add table
Reference in a new issue