DolphinWX: Fix toolbar creation on macOS

This commit is contained in:
hthh 2016-11-18 21:20:27 +11:00 committed by Dougall Johnson
commit 4d2f058fe8
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@ MainToolBar::MainToolBar(ToolBarType type, wxWindow* parent, wxWindowID id, cons
wxToolBar::SetToolBitmapSize(FromDIP(wxSize{32, 32}));
InitializeBitmaps();
AddToolBarButtons();
wxToolBar::Realize();
BindEvents();
}