mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Removed TBDebug, using TBMain instead. Fixed debugger assert.
This commit is contained in:
parent
b8b72861b5
commit
b81617fba1
4 changed files with 13 additions and 11 deletions
|
@ -131,7 +131,7 @@ wxMenuBar *CCodeWindow::GetMenuBar()
|
|||
|
||||
wxToolBar *CCodeWindow::GetToolBar()
|
||||
{
|
||||
return Parent->m_ToolBarDebug;
|
||||
return Parent->m_ToolBar;
|
||||
}
|
||||
|
||||
// ----------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue