From 42b0bd6f25785c3823fdac7651e939bb921db627 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Fri, 24 Jul 2015 12:38:28 -0400 Subject: Fix up the active re-loading of icons in the desktop interface when the icon theme changes. --- lumina-desktop/panel-plugins/systemdashboard/LSysDashboard.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lumina-desktop/panel-plugins/systemdashboard') diff --git a/lumina-desktop/panel-plugins/systemdashboard/LSysDashboard.h b/lumina-desktop/panel-plugins/systemdashboard/LSysDashboard.h index 7910f452..782fc4e6 100644 --- a/lumina-desktop/panel-plugins/systemdashboard/LSysDashboard.h +++ b/lumina-desktop/panel-plugins/systemdashboard/LSysDashboard.h @@ -54,7 +54,12 @@ public slots: updateIcon(true); sysmenu->UpdateMenu(); } - + + void ThemeChange(){ + updateIcon(true); + sysmenu->UpdateMenu(); + } + void OrientationChange(){ if(this->layout()->direction()==QBoxLayout::LeftToRight){ this->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding); -- cgit