mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +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
|
@ -435,7 +435,7 @@ void wxGameList::OnKeyDown(wxListEvent& event)
|
|||
|
||||
enum ContextMenuEntries
|
||||
{
|
||||
kContextMenuRefreshGames,
|
||||
kContextMenuRefreshGames = wxID_HIGHEST + 1,
|
||||
|
||||
kContextMenuStart,
|
||||
kWikiPage,
|
||||
|
@ -655,7 +655,7 @@ void wxGameList::OnColumnRightClick(wxListEvent& event)
|
|||
{
|
||||
enum ItemIds
|
||||
{
|
||||
ResetWidth,
|
||||
ResetWidth = wxID_HIGHEST + 1,
|
||||
ResetOrder,
|
||||
|
||||
ShowName,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue