https://bugs.kde.org/show_bug.cgi?id=455844
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/279bf5c7f | |9178e58f9e53cd2564b7bf33e27 | |f12d Status|CONFIRMED |RESOLVED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 279bf5c7f9178e58f9e53cd2564b7bf33e27f12d by Dmitry Kazakov. Committed on 30/06/2022 at 11:53. Pushed by dkazakov into branch 'master'. Fix a crash when trying to filter an active selection The problem happens when the selection gets converted from a vector form into a raster one as a part of the filter stroke. Then cancelling the stroke recovers an old datamanager and, potentially, removes the temporary one. Now this datamanager removal is done in a safe way via the GUI thread, like the shape selection. M +30 -16 libs/image/kis_selection.cc https://invent.kde.org/graphics/krita/commit/279bf5c7f9178e58f9e53cd2564b7bf33e27f12d -- You are receiving this mail because: You are watching all bug changes.