mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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