https://bugs.kde.org/show_bug.cgi?id=420322
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/kde/ |krita/commit/7b147c93b51bb4 |krita/commit/6ba81a096f29cb |c7e2d0ed2148fd828c54226022 |1eaf5a100615e15f671a4326d8 --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 6ba81a096f29cb1eaf5a100615e15f671a4326d8 by Dmitry Kazakov. Committed on 27/04/2020 at 21:44. Pushed by dkazakov into branch 'krita/4.3'. Fix threading issue when loading KisGeneratorLayer We shouldn't call the same function from both, GUI thread and a worker thread. It may lead to concurrent writes to the same image area, which is not something we are allowed to do Related: bug 419301 M +1 -1 libs/image/generator/kis_generator_layer.cpp https://invent.kde.org/kde/krita/commit/6ba81a096f29cb1eaf5a100615e15f671a4326d8 -- You are receiving this mail because: You are watching all bug changes.