https://bugs.kde.org/show_bug.cgi?id=413521
--- Comment #3 from Allen Winter <[email protected]> --- 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.
