https://bugs.kde.org/show_bug.cgi?id=349077
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/krit | |a/d7b9b2e99ad68bf14a8083d60 | |78b238483e5d55f --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit d7b9b2e99ad68bf14a8083d6078b238483e5d55f by Dmitry Kazakov. Committed on 05/04/2016 at 13:57. Pushed by dkazakov into branch 'master'. Fix moving Clone layers as a part of group layer Basically we just filter-out clone layers, whose source is already in the list of processed layers. We do this filtering in two ways: 1) By simple filtering out m_nodes 2) By adding child clones into the blacklist, which is handled by the recursive function calls inside Ref T2082 M +47 -0 libs/image/kis_layer_utils.cpp M +20 -0 libs/image/kis_layer_utils.h M +49 -30 plugins/tools/basictools/strokes/move_stroke_strategy.cpp M +1 -0 plugins/tools/basictools/strokes/move_stroke_strategy.h http://commits.kde.org/krita/d7b9b2e99ad68bf14a8083d6078b238483e5d55f -- You are receiving this mail because: You are watching all bug changes.