updated frametools

This commit is contained in:
kamiyo 2014-08-13 13:08:18 -04:00
parent 287758f15d
commit e4c7cce412

View File

@ -536,6 +536,7 @@ void CFrame::RecreateToolbar()
{
m_Mgr->DetachPane(m_ToolBar);
m_ToolBar->Destroy();
m_ToolBar = nullptr;
}
long TOOLBAR_STYLE = wxTB_DEFAULT_STYLE | wxTB_TEXT;