https://bugs.kde.org/show_bug.cgi?id=412057
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/0d45094ff507ad |krita/commit/6a88c30c1b6914 |1a3de98d8d185fcc8fcc7d0124 |9ff424d3bd53579238ab4553e1 --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6a88c30c1b69149ff424d3bd53579238ab4553e1 by Dmitry Kazakov. Committed on 23/09/2019 at 09:51. Pushed by dkazakov into branch 'krita/4.2'. 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/6a88c30c1b69149ff424d3bd53579238ab4553e1 -- You are receiving this mail because: You are watching all bug changes.