Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #786 from shuffle2/fix-toolbar-toggle
Fix regression with toggling the toolbar from PR761
  • Loading branch information
shuffle2 committed Aug 12, 2014
2 parents 0c64b04 + 27f496f commit a46151e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Core/DolphinWX/FrameTools.cpp
Expand Up @@ -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
Expand Down

0 comments on commit a46151e

Please sign in to comment.