[korganizer] [Bug 395216] Some calendar colors are not the same as set on the caldav

Olivier Churlaud bugzilla_noreply at kde.org
Sun Jun 10 17:52:17 BST 2018


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

--- Comment #1 from Olivier Churlaud <olivier at churlaud.com> ---
Some debugging in kde-runtime/resources/dav/resource/davgroupwareresource.cpp,
line 1366,

DEBUG QColor(ARGB 1, 0.8, 0.192157, 0.486275)  <= CORRECT
DEBUG QColor(ARGB 1, 0.470588, 0.905882, 0.454902) <= CORRECT
DEBUG QColor(ARGB 1, 0.701961, 0, 1) <= WRONG: should be (1, 1, 0.701961, 0)
DEBUG QColor(ARGB 0.623529, 0.160784, 0.67451, 1) <= WRONG: should be (1,
0.623529, 0.160784, 0.67451)

It seems that there is a rotation somewhere in the colors

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list