From 27f496fa349304e3de010e65fdc242bf3726f44b Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Tue, 12 Aug 2014 01:04:51 -0700 Subject: [PATCH] Fix regression with toggling the toolbar from PR761 --- Source/Core/DolphinWX/FrameTools.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/DolphinWX/FrameTools.cpp b/Source/Core/DolphinWX/FrameTools.cpp index d1303d3ee3..7be149acc0 100644 --- a/Source/Core/DolphinWX/FrameTools.cpp +++ b/Source/Core/DolphinWX/FrameTools.cpp @@ -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