<table><tr><td style="">dcaliste updated this revision to Diff 40892.<br />dcaliste added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D15053">View Revision</a></tr></table><br /><div><div><p>Update the patch not to use the form <tt style="background: #ebebeb; font-size: 13px;">`</tt>qBound(qreal(0.0), a, qreal(1.0))<tt style="background: #ebebeb; font-size: 13px;">`</tt> but <tt style="background: #ebebeb; font-size: 13px;">`</tt>qBound<qreal>(0.0, a, 1.0)<tt style="background: #ebebeb; font-size: 13px;">`</tt> instead. For reference, original form was <tt style="background: #ebebeb; font-size: 13px;">`</tt>qBound(0.0, a, 1.0)<tt style="background: #ebebeb; font-size: 13px;">`</tt> which was causing issues when qreal <-> float, because of mixed doubles and floats.</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R8 Calligra</div></div></div><br /><div><strong>CHANGES SINCE LAST UPDATE</strong><div><a href="https://phabricator.kde.org/D15053?vs=40358&id=40892">https://phabricator.kde.org/D15053?vs=40358&id=40892</a></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D15053">https://phabricator.kde.org/D15053</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>libs/pigment/KoColorConversions.cpp<br />
libs/pigment/KoColorSpace.cpp<br />
libs/pigment/KoColorSpace.h<br />
libs/pigment/KoColorSpaceAbstract.h<br />
libs/pigment/KoColorSpaceTraits.h<br />
libs/pigment/colorprofiles/KoDummyColorProfile.cpp<br />
libs/pigment/colorprofiles/KoDummyColorProfile.h<br />
libs/pigment/colorspaces/KoAlphaColorSpace.h<br />
libs/pigment/colorspaces/KoLabColorSpace.cpp<br />
libs/pigment/colorspaces/KoLabColorSpace.h<br />
libs/pigment/colorspaces/KoRgbU16ColorSpace.cpp<br />
libs/pigment/colorspaces/KoRgbU16ColorSpace.h<br />
libs/pigment/colorspaces/KoRgbU8ColorSpace.cpp<br />
libs/pigment/colorspaces/KoRgbU8ColorSpace.h<br />
libs/pigment/colorspaces/KoSimpleColorSpace.h</div></div></div><br /><div><strong>To: </strong>dcaliste, leinir, danders, Calligra: 3.0<br /><strong>Cc: </strong>anthonyfieroni, Calligra-Devel-list, cochise, vandenoever<br /></div>