Reload Aurorae theme when settings changed.

This commit is contained in:
Martin Gräßlin 2012-01-10 20:03:32 +01:00
parent f96f5c979e
commit a8f47b6a4a

View file

@ -308,6 +308,7 @@ void AuroraeClient::reset(long unsigned int changed)
if (changed & SettingFont) {
// TODO: set font
}
m_view->setSource(QUrl(KStandardDirs::locate("data", "kwin/aurorae/aurorae.qml")));
KDecoration::reset(changed);
}