https://bugs.kde.org/show_bug.cgi?id=382315
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/e58c344bf34661e499294cc1 | |79a457192232a2c1 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #10 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit e58c344bf34661e499294cc179a457192232a2c1 by Dmitry Kazakov. Committed on 25/04/2018 at 12:32. Pushed by dkazakov into branch 'master'. Fix a crash when duplicating active global selection masks The problem was in the fact that KisGroupLayer::allowAsChild() forbade adding the second active mask to the same layer, letting the code silently continue without knowing that the mask was not created. In this patch we manually deactivate all the active masks before duplication process. M +4 -4 libs/image/kis_node.cpp M +37 -2 libs/ui/kis_node_juggler_compressed.cpp https://commits.kde.org/krita/e58c344bf34661e499294cc179a457192232a2c1 -- You are receiving this mail because: You are watching all bug changes.