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 |https://invent.kde.org/grap |hics/krita/commit/c6af6b4e0 |hics/krita/commit/637e5c9c5 |846959169140d0bd4f143fcbba4 |c8fd7147c1937382912772ac147 |02aa |99c9 --- Comment #8 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 637e5c9c5c8fd7147c1937382912772ac14799c9 by Dmitry Kazakov. Committed on 16/12/2021 at 08:30. Pushed by dkazakov into branch 'krita/5.0'. 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. (cherry picked from commit c6af6b4e0846959169140d0bd4f143fcbba402aa) 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/637e5c9c5c8fd7147c1937382912772ac14799c9 -- You are receiving this mail because: You are watching all bug changes.