https://bugs.kde.org/show_bug.cgi?id=412361
--- Comment #2 from Boudewijn Rempt <b...@valdyas.org> ---
It's possible the assert is just broken when layers have been moved since it
does:

    bool fastBitBltPossibleImpl(Data *srcData)
    {
        return x() == srcData->x() && y() == srcData->y() &&
               *colorSpace() == *srcData->colorSpace();
    }

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

Reply via email to