https://bugs.kde.org/show_bug.cgi?id=441358
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/c6af6b4e0 | |846959169140d0bd4f143fcbba4 | |02aa Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #7 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit c6af6b4e0846959169140d0bd4f143fcbba402aa by Dmitry Kazakov. Committed on 16/12/2021 at 08:28. Pushed by dkazakov into branch 'master'. Fix a crash when painting with overlay-colorsmudge on tranparency masks It happened because the color space of the mask's (and filter layer's) paint device didn't match, therefore color picking algorithm couldn't work. Now the color space matching is done via forcing the color space of the layer overlay device. M +28 -14 libs/image/KisOverlayPaintDeviceWrapper.cpp M +5 -1 libs/image/KisOverlayPaintDeviceWrapper.h M +2 -2 plugins/paintops/colorsmudge/KisColorSmudgeStrategyWithOverlay.cpp https://invent.kde.org/graphics/krita/commit/c6af6b4e0846959169140d0bd4f143fcbba402aa -- You are receiving this mail because: You are watching all bug changes.