https://bugs.kde.org/show_bug.cgi?id=434601
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/eb26018e8 | |5aa2f81da82801bc614ed5f13d7 | |7712 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #6 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit eb26018e85aa2f81da82801bc614ed5f13d77712 by Dmitry Kazakov. Committed on 30/07/2021 at 08:28. Pushed by dkazakov into branch 'master'. Fix assert when changing layer's blending mode too quickly The blending mode is updated asynchronously, so at the point of creation of undo command we may not know the current value of the layer's composite op. We should read it during the first redo execution. M +11 -5 libs/image/commands/kis_node_compositeop_command.cpp M +3 -2 libs/image/commands/kis_node_compositeop_command.h M +13 -4 libs/image/commands/kis_node_opacity_command.cpp M +3 -2 libs/image/commands/kis_node_opacity_command.h M +1 -1 libs/image/kis_layer_utils.cpp M +0 -1 libs/libkis/Node.cpp M +2 -2 libs/ui/kis_node_commands_adapter.cpp https://invent.kde.org/graphics/krita/commit/eb26018e85aa2f81da82801bc614ed5f13d77712 -- You are receiving this mail because: You are watching all bug changes.