mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
DolphinWX: Fix toolbar creation on macOS
This commit is contained in:
@ -21,7 +21,6 @@ MainToolBar::MainToolBar(ToolBarType type, wxWindow* parent, wxWindowID id, cons
|
||||
wxToolBar::SetToolBitmapSize(FromDIP(wxSize{32, 32}));
|
||||
InitializeBitmaps();
|
||||
AddToolBarButtons();
|
||||
wxToolBar::Realize();
|
||||
|
||||
BindEvents();
|
||||
}
|
||||
|
Reference in New Issue
Block a user