https://bugs.kde.org/show_bug.cgi?id=412057
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/0d45094ff507ad | |1a3de98d8d185fcc8fcc7d0124 --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 0d45094ff507ad1a3de98d8d185fcc8fcc7d0124 by Dmitry Kazakov. Committed on 23/09/2019 at 09:51. Pushed by dkazakov into branch 'master'. Fix crash in Feather Selection (also in Wavelets, Blur and Edge Detection) The device that is fed to the convolution painter with repeat stretegy should always contain the a proper KisDefaultBounds object. Otherwise the repeat iterator will try to read data from infinite positions, which is not nice :) M +4 -0 libs/image/kis_convolution_painter.cc M +8 -0 libs/image/kis_edge_detection_kernel.cpp M +1 -0 libs/image/kis_gaussian_kernel.cpp M +2 -0 libs/image/kis_selection_filters.cpp M +1 -0 plugins/extensions/waveletdecompose/kis_wavelet_kernel.cpp https://invent.kde.org/kde/krita/commit/0d45094ff507ad1a3de98d8d185fcc8fcc7d0124 -- You are receiving this mail because: You are watching all bug changes.