https://bugs.kde.org/show_bug.cgi?id=441838
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/5c1674f | |3e4a76bbb9b43ca08b3c42afa2c | |9e3007 Resolution|--- |FIXED --- Comment #6 from Dmitry Kazakov <[email protected]> --- Git commit 5c1674f3e4a76bbb9b43ca08b3c42afa2c9e3007 by Dmitry Kazakov. Committed on 14/07/2023 at 11:39. Pushed by dkazakov into branch 'master'. Fix Ten Brushes Plugin not to crash after closing the main window Basically, python plugins should not store any pointers to actions, since actions belong to a specific window, which may be destroyed or switched. The same issue was present in Ten Scripts plugin M +23 -21 plugins/python/tenbrushes/tenbrushes.py M +5 -3 plugins/python/tenbrushes/uitenbrushes.py M +8 -13 plugins/python/tenscripts/tenscripts.py M +6 -4 plugins/python/tenscripts/uitenscripts.py https://invent.kde.org/graphics/krita/-/commit/5c1674f3e4a76bbb9b43ca08b3c42afa2c9e3007 -- You are receiving this mail because: You are watching all bug changes.
