https://bugs.kde.org/show_bug.cgi?id=457043
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/8106e5c92 | |af65d5d52304858a63e4d88e4f8 | |7b12 Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 8106e5c92af65d5d52304858a63e4d88e4f87b12 by Dmitry Kazakov. Committed on 04/08/2022 at 12:59. Pushed by dkazakov into branch 'master'. Fix problem of rendering animation Animation is rendered in multiple threads, the loaders cannot be accessed in multiple threads though. So now there is a wrapper class that locks the access to the library loading. M +3 -3 libs/flake/KoShapeFactoryBase.cpp M +34 -3 libs/koplugin/KoJsonTrader.cpp M +17 -1 libs/koplugin/KoJsonTrader.h M +17 -17 libs/koplugin/KoPluginLoader.cpp M +15 -12 libs/ui/KisImportExportManager.cpp M +4 -4 plugins/extensions/qmic/QMic.cpp https://invent.kde.org/graphics/krita/commit/8106e5c92af65d5d52304858a63e4d88e4f87b12 -- You are receiving this mail because: You are watching all bug changes.