https://bugs.kde.org/show_bug.cgi?id=495462
Marco Martin <notm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/systemsettings/-/commit/ |ma/systemsettings/-/commit/ |314c6e87bdca262b3ce7e863d7a |bd4d17996062ad0a78a0157cdc1 |79657e937f51f |7603ccbf8a0ea --- Comment #7 from Marco Martin <notm...@gmail.com> --- Git commit bd4d17996062ad0a78a0157cdc17603ccbf8a0ea by Marco Martin. Committed on 27/05/2025 at 09:53. Pushed by mart into branch 'Plasma/6.4'. Fix header colors of QWidget based KCMs If we create a QPalette from scratch for the KCM header, we won't be notified anymore about palette changes, so when changing the color scheme the PaletteChanged events won't arrive. if we instead start form QWidget::palette() and then modify it we will get the events and the color scheme changes will be applied immediately (cherry picked from commit 314c6e87bdca262b3ce7e863d7a79657e937f51f) 314c6e87 Fix header colors of QWidget based KCMs Co-authored-by: Marco Martin <notm...@gmail.com> M +1 -1 app/ModuleView.cpp https://invent.kde.org/plasma/systemsettings/-/commit/bd4d17996062ad0a78a0157cdc17603ccbf8a0ea -- You are receiving this mail because: You are watching all bug changes.