mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-10 03:44:26 +00:00
Fix regression with toggling the toolbar from PR761
This commit is contained in:
parent
36af1b518d
commit
27f496fa34
@ -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…
x
Reference in New Issue
Block a user