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

Dmitry Kazakov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Dmitry Kazakov <[email protected]> ---
The problem is in this place:

QVector4D KisVisualColorModel::convertKoColorToChannelValues(KoColor c) const
{
    // <...cut...>
    if (m_d->exposureSupported) {
        channelValuesDisplay /= m_d->channelMaxValues;
    }
}

`channelMaxValues` and `channelValuesDisplay` have inconsistent sizes. The
whole widget has inconsistent sizes actually. Some expect to have 4 channels
all the time, some are dynamically resized according to the used color space.

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

Reply via email to