Removed TBDebug, using TBMain instead. Fixed debugger assert.

This commit is contained in:
archshift
2014-08-09 00:56:20 -07:00
parent b8b72861b5
commit b81617fba1
4 changed files with 13 additions and 11 deletions

View File

@ -131,7 +131,7 @@ wxMenuBar *CCodeWindow::GetMenuBar()
wxToolBar *CCodeWindow::GetToolBar()
{
return Parent->m_ToolBarDebug;
return Parent->m_ToolBar;
}
// ----------