https://bugs.kde.org/show_bug.cgi?id=362482
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |http://commits.kde.org/krit | |a/744eb906326a2568153af9cbd | |aac89b66444cae4 Status|CONFIRMED |RESOLVED --- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 744eb906326a2568153af9cbdaac89b66444cae4 by Dmitry Kazakov. Committed on 03/05/2016 at 19:23. Pushed by dkazakov into branch 'master'. Fix a crash in mirror decoration when closing Krita 1) We should delete all the decorations before killing the canvas. Otherwise orphan events can reach them and they will try to access half-destructed view and canvas objects. 2) Make Mirror Axis decoration filter the events only in case it is visible. Fixes T2402 M +2 -2 libs/ui/canvas/kis_abstract_canvas_widget.h M +12 -4 libs/ui/canvas/kis_canvas_widget_base.cpp M +2 -2 libs/ui/canvas/kis_canvas_widget_base.h M +21 -8 libs/ui/canvas/kis_mirror_axis.cpp M +1 -0 libs/ui/canvas/kis_mirror_axis.h http://commits.kde.org/krita/744eb906326a2568153af9cbdaac89b66444cae4 -- You are receiving this mail because: You are watching all bug changes.