mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 21:28:51 +00:00
DolphinWX: Fix toolbar creation on macOS
This commit is contained in:
parent
6c16f1be8a
commit
4d2f058fe8
2 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ MainToolBar::MainToolBar(ToolBarType type, wxWindow* parent, wxWindowID id, cons
|
|||
wxToolBar::SetToolBitmapSize(FromDIP(wxSize{32, 32}));
|
||||
InitializeBitmaps();
|
||||
AddToolBarButtons();
|
||||
wxToolBar::Realize();
|
||||
|
||||
BindEvents();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue