mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Added the ability to split the Debugger window horizontally and vertically via the Add Panes menu.
This commit is contained in:
parent
a3f6cbfe6b
commit
12155ddee4
5 changed files with 75 additions and 9 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue