Fix regression with toggling the toolbar from PR761

This commit is contained in:
Shawn Hoffman 2014-08-12 01:04:51 -07:00
parent 36af1b518d
commit 27f496fa34
1 changed files with 1 additions and 0 deletions

View File

@ -1874,6 +1874,7 @@ void CFrame::OnToggleToolbar(wxCommandEvent& event)
void CFrame::DoToggleToolbar(bool _show)
{
GetToolBar()->Show(_show);
m_Mgr->Update();
}
// Enable and disable the status bar