https://bugs.kde.org/show_bug.cgi?id=456470
--- Comment #13 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 7e4636c75cef792aca69f8ff1b60f2c4d049de7d by Dmitry Kazakov. Committed on 12/08/2022 at 07:17. Pushed by dkazakov into branch 'master'. Fix a possible race condition when in vector/reference operations When we add stuff to the undo stack the image should be locked to avoid any threading issues. M +0 -16 libs/ui/KisDocument.cpp M +0 -19 libs/ui/KisDocument.h M +2 -3 libs/ui/KisReferenceImagesDecoration.cpp M +1 -1 libs/ui/actions/KisPasteActionFactories.cpp M +1 -1 libs/ui/canvas/kis_canvas2.cpp M +1 -1 libs/ui/canvas/kis_guides_manager.cpp M +3 -3 libs/ui/kis_document_undo_store.cpp M +3 -6 plugins/tools/defaulttool/referenceimagestool/ToolReferenceImages.cpp https://invent.kde.org/graphics/krita/commit/7e4636c75cef792aca69f8ff1b60f2c4d049de7d -- You are receiving this mail because: You are watching all bug changes.