Skip to content
Commit 03da9da5 authored by Marco Martin's avatar Marco Martin
Browse files

use again the palette coming from Kirigami.Theme

It's supposed to be possible to change "color set" of controls by
setting their inherit flag to false, but at some point that got broken
in commit 939176f4 as a fix to bug 406295

but this caused bug 465054

bring partially back the palette binding, but for most controls, only
when inherit of their attached theme property is true (which is not
default) as the application of color is not perfect (this is due
to incompatibilities between QPalette api and the horrible KColorScheme
api, wonder if it can be corrected in kf6 to play a bit nicer)

checkboxes still not apply the palette, so there is no risk of 406295
happening again and in general by default everything doesn't look with
altered colors, but one has to "want" it by setting inherit

BUG:465054
parent 18c89031
Pipeline #325063 passed with stage
in 1 minute and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment