mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
GUI: Fixed Themes, closing tabs from the non-default panel and added back Tab_Split :P
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4072 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bc938c4b01
commit
c25f073d13
4 changed files with 48 additions and 34 deletions
|
@ -189,9 +189,6 @@ CCodeWindow::CCodeWindow(const SCoreStartupParameter& _LocalCoreStartupParameter
|
|||
wxTheApp->Connect(wxID_ANY, wxEVT_KEY_DOWN,
|
||||
wxKeyEventHandler(CCodeWindow::OnKeyDown),
|
||||
(wxObject*)0, this);
|
||||
|
||||
// Load settings for selectable windows, but only if they have been created
|
||||
//this->Load();
|
||||
}
|
||||
|
||||
CCodeWindow::~CCodeWindow()
|
||||
|
@ -643,9 +640,6 @@ void CCodeWindow::OnJitMenu(wxCommandEvent& event)
|
|||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
// Events
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue