mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +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],
|
m_ToolBar->InsertTool(position, IDM_PLAY, _("Play"), m_Bitmaps[Toolbar_Play],
|
||||||
wxNullBitmap, wxITEM_NORMAL, _("Play"));
|
wxNullBitmap, wxITEM_NORMAL, _("Play"));
|
||||||
}
|
}
|
||||||
|
m_ToolBar->Realize();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue