mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix regression with toggling the toolbar from PR761
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user