ToolBar: update icons when theme changes

This commit is contained in:
Michael Maltese 2017-05-31 16:49:47 -07:00
parent 9bdbd02efc
commit 4be07b4eb2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ ToolBar::ToolBar(QWidget* parent) : QToolBar(parent)
setIconSize(ICON_SIZE);
MakeActions();
connect(&Settings::Instance(), &Settings::ThemeChanged, this, &ToolBar::UpdateIcons);
UpdateIcons();
EmulationStopped();