mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
Merge pull request #3340 from ShadowsFriend/missing_icons_regression
DolphinWX: Fix items vanishing from toolbar
This commit is contained in:
commit
cc6442734d
1 changed files with 1 additions and 0 deletions
|
@ -1804,6 +1804,7 @@ void CFrame::UpdateGUI()
|
|||
m_ToolBar->InsertTool(position, IDM_PLAY, _("Play"), m_Bitmaps[Toolbar_Play],
|
||||
wxNullBitmap, wxITEM_NORMAL, _("Play"));
|
||||
}
|
||||
m_ToolBar->Realize();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue