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

--- Comment #3 from Allen Winter <win...@kde.org> ---
developer notes:
the offending code is in MonthGraphicsView::drawBackground()
i.e. this:
        if (cell == mScene->selectedCell()) {
            color = color.darker(115);
        }
        if (cell->date() == QDate::currentDate()) {
            color = color.darker(140);

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

Reply via email to