https://bugs.kde.org/show_bug.cgi?id=445960

--- Comment #7 from Noah Davis <noaha...@gmail.com> ---
(In reply to Nate Graham from comment #6)
> Why not just use what we have though? Are there really so many 3rd-party
> color schemes that do this wrong? If Breeze does, surely we can fix that.

I was talking about 3rd party apps. When apps have to do a bit of custom
painting for their delegates (Qt Widget item delegates can be kind of a mess to
implement, unlike Qt Quick) or some other widget, they use QPalette::Highlight.
Even KDE apps do this. It doesn't help that KColorScheme is part of a tier 3
framework, so custom Qt Widget components in lower tiers can't use it. With
that said, you also cannot guarantee that all 3rd party color schemes
(including popular ones) will work well with any decision we make. The simplest
answer that is least likely to result in more problems down the line is to just
use QPalette::Highlight.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to