Diffusion Krita fe75a9c22c64

Fix tag being present in Remove from tag list

Authored by tymond on Jan 31 2020, 7:22 PM.

Description

Fix tag being present in Remove from tag list

Before this commit, because of faulty use of std::remove,
which doesn't actually remove the tag, but only pushes it
at the end, tags weren't removed from lists. This commit
makes sure that both Assign to tag and Remove from tag
lists don't contain the current tag since it is in
"Remove from this tag" action.

Details

Committed
tymondFeb 7 2020, 3:15 PM
Parents
R37:70accbc012be: Fix crash in KisFavouriteResourceManager
Branches
Unknown
Tags
Unknown