https://bugs.kde.org/show_bug.cgi?id=446593
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|krita-bugs-n...@kde.org |dimul...@gmail.com --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Okay, I have found the reason for this bug. The problem is that we have duplicated instance of `a) Eraser Circle` in two storages, in "folder storage" and in "Krita 4 Default Resources.bundle". When you rename the resource, you rename the resource in the folder storage and it gets a new version, which works perfectly correct. But you start seeing the resource from the default bundle, which is now not deduplicated (which is kind of correct behavior). To confirm this explanation, one can test with `d) Ink-4 Pen Rough`, which works as expected, because it does not have a duplicate in teh folder storage. I guess we have two complementary solutions for this: 1) Remove the duplicated resources from the folder storage. Though I'm not sure why we added them in the first place, perhaps we were considering them as fallbacks for people who don't want to use the default bundle? 2) Modify the tooltip of the presets and show the storage, where the resource is stored. That way the user will at least understand where this resource came from. -- You are receiving this mail because: You are watching all bug changes.