D21646: re-read color palettes when application color changes
Kai Uwe Broulik
noreply at phabricator.kde.org
Fri Jun 7 12:56:39 BST 2019
broulik added inline comments.
INLINE COMMENTS
> breezestyle.h:163
> object->installEventFilter( this );
> + qApp->installEventFilter( this );
> }
Try connecting to `QGuiApplication::paletteChanged`. I added that signal specifically so that you avoid having to install an event filter on `QApplication`. (This codepath is still likely neccessary for Qt 4 compat). Also, I cannot reproduce the issue described.
REPOSITORY
R31 Breeze
REVISION DETAIL
https://phabricator.kde.org/D21646
To: sebas, #plasma
Cc: broulik, zzag, plasma-devel, LeGast00n, ericadams, jraleigh, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190607/7bd7859f/attachment.html>
More information about the Plasma-devel
mailing list