https://bugs.kde.org/show_bug.cgi?id=511740
--- Comment #23 from Vlad Zahorodnii <[email protected]> --- Git commit f818743d0cb4225b633c487827c23eb74f8e80cd by Vlad Zahorodnii. Committed on 02/07/2026 at 12:05. Pushed by vladz into branch 'Plasma/6.7'. qt6: Skip loading palettes when widget style changes This is rather to make sense from the current code. The widget style loads the system palette but it doesn't determine whether the color scheme is light or dark like other code paths. When the color scheme changes, we should receive a org.kde.KGlobalSettings.notifyChange broadcast event with the PaletteChanged type, so the widget style should be unnecessary. (cherry picked from commit 06098adfb08a051cbe96ff411bf73de15b204382) Co-authored-by: Vlad Zahorodnii <[email protected]> M +0 -1 qt6/src/platformtheme/khintssettings.cpp https://invent.kde.org/plasma/plasma-integration/-/commit/f818743d0cb4225b633c487827c23eb74f8e80cd -- You are receiving this mail because: You are watching all bug changes.
