mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Removed TBDebug, using TBMain instead. Fixed debugger assert.
This commit is contained in:
@ -131,7 +131,7 @@ wxMenuBar *CCodeWindow::GetMenuBar()
|
||||
|
||||
wxToolBar *CCodeWindow::GetToolBar()
|
||||
{
|
||||
return Parent->m_ToolBarDebug;
|
||||
return Parent->m_ToolBar;
|
||||
}
|
||||
|
||||
// ----------
|
||||
|
Reference in New Issue
Block a user