mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinWX: Relocate the address search into the code window
It's only function is in this pane. Leaving it on the main application toolbar not only looks gross, but subverts what a user might think it applies to.
This commit is contained in:
@ -29,10 +29,11 @@ class DSPDebuggerLLE;
|
||||
class GFXDebuggerPanel;
|
||||
struct SCoreStartupParameter;
|
||||
|
||||
class wxToolBar;
|
||||
class wxAuiToolBar;
|
||||
class wxListBox;
|
||||
class wxMenu;
|
||||
class wxMenuBar;
|
||||
class wxToolBar;
|
||||
|
||||
class CCodeWindow : public wxPanel
|
||||
{
|
||||
@ -136,5 +137,6 @@ private:
|
||||
wxListBox* calls;
|
||||
Common::Event sync_event;
|
||||
|
||||
wxAuiManager m_aui_manager;
|
||||
wxAuiManager m_aui_manager;
|
||||
wxAuiToolBar* m_aui_toolbar;
|
||||
};
|
||||
|
Reference in New Issue
Block a user