mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Merge pull request #1137 from lioncash/debugger-crash
DolphinWX: Fix case where the debugger would crash on hiding a pane.
This commit is contained in:
commit
6379d3983a
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DebugInterface;
|
|||
|
||||
enum
|
||||
{
|
||||
IDM_MEM_ADDRBOX = 350,
|
||||
IDM_MEM_ADDRBOX,
|
||||
IDM_SYMBOLLIST,
|
||||
IDM_SETVALBUTTON,
|
||||
IDM_DUMP_MEMORY,
|
||||
|
|
Loading…
Add table
Reference in a new issue