mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
Merge pull request #786 from shuffle2/fix-toolbar-toggle
Fix regression with toggling the toolbar from PR761
This commit is contained in:
commit
a46151e146
1 changed files with 1 additions and 0 deletions
|
@ -1874,6 +1874,7 @@ void CFrame::OnToggleToolbar(wxCommandEvent& event)
|
||||||
void CFrame::DoToggleToolbar(bool _show)
|
void CFrame::DoToggleToolbar(bool _show)
|
||||||
{
|
{
|
||||||
GetToolBar()->Show(_show);
|
GetToolBar()->Show(_show);
|
||||||
|
m_Mgr->Update();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Enable and disable the status bar
|
// Enable and disable the status bar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue