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

--- Comment #4 from Nate Graham <n...@kde.org> ---
Found it. The problem is in Flags::drawLabel(), in
plasma-desktop/kcms/keyboard/flags.cpp

    const QColor textColor = flagShown ? Qt::black :
Plasma::Theme().color(Plasma::Theme::TextColor);

This is appropriate when the label is being drawn on a Plasma widget, but this
code is re-used for drawing the flag or text in the KCM too, which is not
appropriate.

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

Reply via email to