Skip to content
Commit c8fcee89 authored by Vishesh Handa's avatar Vishesh Handa
Browse files

Allow deletion of multiple tags without moving the mouse

The dialog used the mouse move event to sent the m_deleteCandidate,
and then set m_deleteCandidate = 0. On trying to delete the next
tag, the deleteTag() function would assert as m_deleteCandidate was 0

m_deleteCandidate is now set to next tag after deletion of a tag.

BUG: 248689
REVIEW: 102111
parent ab7214ae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment