Update theme on KWindowSystem::compositingChanged
BUG:328651
This commit is contained in:
parent
4b3ae32b17
commit
a1dce4bb86
@ -99,6 +99,8 @@ ThemePrivate::ThemePrivate(QObject *parent)
|
||||
connect(KDirWatch::self(), &KDirWatch::dirty, this, &ThemePrivate::settingsFileChanged);
|
||||
// ... but also remove/recreate cycles, like KConfig does it
|
||||
connect(KDirWatch::self(), &KDirWatch::created, this, &ThemePrivate::settingsFileChanged);
|
||||
|
||||
connect(KWindowSystem::self(), &KWindowSystem::compositingChanged, this, &ThemePrivate::compositingChanged);
|
||||
}
|
||||
|
||||
ThemePrivate::~ThemePrivate()
|
||||
|
Loading…
Reference in New Issue
Block a user