https://bugs.kde.org/show_bug.cgi?id=438033
Tiar <tamtamy.tym...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/66358f1b9 |hics/krita/commit/5df4b578b |5c117a49d69335586e83385e9a6 |b968e875603d7fc59194c980e0a |1138 |bd13 Resolution|--- |FIXED --- Comment #9 from Tiar <tamtamy.tym...@gmail.com> --- Git commit 5df4b578bb968e875603d7fc59194c980e0abd13 by Agata Cacko. Committed on 21/06/2021 at 13:40. Pushed by tymond into branch 'master'. Avoid saving gamut masks prematurely Before this commit, a gamut mask would always be saved during creation, and then after the user edited it to be what they wanted it to be. It meant two issues: - the first usable version of the gamut mask was actually the second version in the versioned_resources, - if the user cancelled the creation and then tried to create a gamut mask under the same name, it would fail This commit fixes it by ensuring that saving only happens when the user presses "Save" button. M +4 -8 plugins/dockers/gamutmask/gamutmask_dock.cpp https://invent.kde.org/graphics/krita/commit/5df4b578bb968e875603d7fc59194c980e0abd13 -- You are receiving this mail because: You are watching all bug changes.