DolphinWX: Fix toolbar creation on macOS

This commit is contained in:
hthh
2016-11-18 21:20:27 +11:00
committed by Dougall Johnson
parent 6c16f1be8a
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();
}