mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-05 22:41:18 +12:00
Correct wxMenu ID to resolve macOS crash (#125)
This commit is contained in:
parent
dff782eb0d
commit
15b71c57dd
4 changed files with 5 additions and 5 deletions
|
@ -310,7 +310,7 @@ void wxDownloadManagerList::OnItemSelected(wxListEvent& event)
|
|||
|
||||
enum ContextMenuEntries
|
||||
{
|
||||
kContextMenuRetry,
|
||||
kContextMenuRetry = wxID_HIGHEST + 1,
|
||||
kContextMenuDownload,
|
||||
kContextMenuPause,
|
||||
kContextMenuResume,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue