[korganizer] [Bug 413521] can't see current day in dark mode

Allen Winter bugzilla_noreply at kde.org
Mon Nov 11 17:35:58 GMT 2019


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

--- Comment #3 from Allen Winter <winter at 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 the assignee for the bug.


More information about the Kdepim-bugs mailing list