Diffusion Krita b8f6b42761db

Make sure we never modify the pattern's QImage in KisTextureMaskInfo…

Authored by dkazakov on Jun 24 2020, 1:25 PM.

Description

Make sure we never modify the pattern's QImage in KisTextureMaskInfo::recalculateMask()

Since the updated patch, the neutral point algorithm modifies the QImage
itself, so we must ensure that the we do not touch the global QImage
stored on the resource server.

Details