mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-08-24 19:36:01 -05: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