Diffusion Krita 7f6db0d2a7d7

Fix crash on setting an empty tag in TagFilterProxy

Authored by tymond on Feb 12 2020, 11:18 AM.

Description

Fix crash on setting an empty tag in TagFilterProxy

Before this commit, if the tag was null, it was handled properly
by the code after the debug line, but the debug line would
try to get the name of the tag, crashing on null ones.
This commit fixes it by adding a check to the debug line.

Details

Committed
tymondFeb 12 2020, 6:48 PM
Parents
R37:4463b6237a58: Change popup palette to use resources from the model
Branches
Unknown
Tags
Unknown