diff --git a/cursor.cpp b/cursor.cpp index 46d403eab8..3296633b77 100644 --- a/cursor.cpp +++ b/cursor.cpp @@ -109,6 +109,7 @@ void Cursor::slotKGlobalSettingsNotifyChange(int type, int arg) { Q_UNUSED(arg) if (type == 5 /*CursorChanged*/) { + kwinApp()->inputConfig()->reparseConfiguration(); loadThemeFromKConfig(); // sync to environment qputenv("XCURSOR_THEME", m_themeName.toUtf8());