https://bugs.kde.org/show_bug.cgi?id=451063
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/7768b6d0c | |a4f712de14a7ca07da72c70f672 | |84fd Resolution|--- |FIXED --- Comment #19 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 7768b6d0ca4f712de14a7ca07da72c70f67284fd by Dmitry Kazakov. Committed on 03/06/2022 at 07:24. Pushed by dkazakov into branch 'master'. Fix a race condition in KisNodeJugglerCompressed's updates It could happen that the updates would be issued **bofore** the layer is actually added to the image. It happened because the updates were issued by the GUI thread, but addition is executed by the stroke's thread. Now the juggler pushes the updates into the common strokes queue, so that they cannot be reordered. M +15 -2 libs/ui/kis_node_juggler_compressed.cpp https://invent.kde.org/graphics/krita/commit/7768b6d0ca4f712de14a7ca07da72c70f67284fd -- You are receiving this mail because: You are watching all bug changes.