mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Merge pull request #4977 from ligfx/fixwxmainmenubar
DolphinWX: don't refresh MainMenuBar on construction
This commit is contained in:
commit
0cac00a39c
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ MainMenuBar::MainMenuBar(MenuType type, long style) : wxMenuBar{style}, m_type{t
|
|||
{
|
||||
BindEvents();
|
||||
AddMenus();
|
||||
|
||||
MainMenuBar::Refresh(false);
|
||||
}
|
||||
|
||||
void MainMenuBar::Refresh(bool erase_background, const wxRect* rect)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue