https://bugs.kde.org/show_bug.cgi?id=423747
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression Ever confirmed|0 |1 CC| |n...@kde.org Priority|NOR |HI Status|REPORTED |CONFIRMED --- Comment #1 from Nate Graham <n...@kde.org> --- This is caused by LegendDelegate in kquickcharts using a QQC2 label instead of a PC3 label. This is fine when the graph is drawn in a desktop app, or in a Plasma widget with a Plasma theme that respects the current color scheme. But when using a Plasma theme that has its own color scheme (e.g. Breeze Dark) that differs from the apps color scheme, the label is drawn with the wrong color. The current solution for this problem is to use a PlasmaComponents Label instead of a QQC2 label. However that option doesn't seem to be available because the code that draws this label lives in the kquicksharts framework, which can't know anything about the final presentation. Unless I'm missing something, we appear to have two options: 1. Fork kquicksharts into a Plasma version that uses PC3 items instead of QQC2 items (dear god no) 2. Come up with a solution for displaying QQC2 elements in Plasma. See https://phabricator.kde.org/T13256 -- You are receiving this mail because: You are watching all bug changes.