mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Added the ability to split the Debugger window horizontally and vertically via the Add Panes menu.
This commit is contained in:
@ -250,7 +250,11 @@ enum
|
||||
ID_TOOLBAR_AUI,
|
||||
IDM_SAVE_PERSPECTIVE,
|
||||
IDM_ADD_PERSPECTIVE,
|
||||
IDM_PERSPECTIVES_ADD_PANE,
|
||||
IDM_PERSPECTIVES_ADD_PANE_TOP,
|
||||
IDM_PERSPECTIVES_ADD_PANE_BOTTOM,
|
||||
IDM_PERSPECTIVES_ADD_PANE_LEFT,
|
||||
IDM_PERSPECTIVES_ADD_PANE_RIGHT,
|
||||
IDM_PERSPECTIVES_ADD_PANE_CENTER,
|
||||
IDM_EDIT_PERSPECTIVES,
|
||||
IDM_TAB_SPLIT,
|
||||
IDM_NO_DOCKING,
|
||||
|
Reference in New Issue
Block a user