Merge branch 'Plasma/5.12'

This commit is contained in:
Aleix Pol 2018-04-24 16:41:25 +02:00
commit 6adc785168

View file

@ -109,6 +109,7 @@ void Cursor::slotKGlobalSettingsNotifyChange(int type, int arg)
{ {
Q_UNUSED(arg) Q_UNUSED(arg)
if (type == 5 /*CursorChanged*/) { if (type == 5 /*CursorChanged*/) {
kwinApp()->inputConfig()->reparseConfiguration();
loadThemeFromKConfig(); loadThemeFromKConfig();
// sync to environment // sync to environment
qputenv("XCURSOR_THEME", m_themeName.toUtf8()); qputenv("XCURSOR_THEME", m_themeName.toUtf8());