https://bugs.kde.org/show_bug.cgi?id=438033
Tiar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/66358f1b9 | |5c117a49d69335586e83385e9a6 | |1138 --- Comment #2 from Tiar <[email protected]> --- Git commit 66358f1b95c117a49d69335586e83385e9a61138 by Agata Cacko. Committed on 09/06/2021 at 12:29. Pushed by tymond into branch 'master'. Fix duplicate mask in Gamut Masks docker Before this commit, duplicating a mask would just edit the old one. That's because the resource id wasn't reset to -1 after cloning. This commit ensures the resource id is reset, so later it won't be able to find the resource in the resource model and it will add it to Krita as a new resource. M +2 -0 plugins/dockers/gamutmask/gamutmask_dock.cpp https://invent.kde.org/graphics/krita/commit/66358f1b95c117a49d69335586e83385e9a61138 -- You are receiving this mail because: You are watching all bug changes.
