https://bugs.kde.org/show_bug.cgi?id=446702

amyspark <a...@amyspark.me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ha...@valdyas.org

--- Comment #4 from amyspark <a...@amyspark.me> ---
This is caused by KisTagChooserWidget::tagChanged being invoked with a tag
value of -1, because of the storage model removing the currently selected tag.
The fix is to ensure that in such cases, the tag is instead reset to "All",
which is also done when it is deleted by the user.

However, adding the index reset on that function triggers a big (5 sec?) hangup
because of what seems is a loop or race condition between the initial signal
and the re-signaling caused by the forced index reset.

Halla, perhaps you know other way around it?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to