13
0

Resetting a tag implies changing it

This commit is contained in:
Robin Gareus 2019-08-27 12:18:14 +02:00
parent 79b23a893d
commit 5a7659fbdb
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1664,6 +1664,7 @@ PluginManager::reset_tags (PluginInfoPtr const& pi)
if (i != ptags.end()) {
ptags.erase (ps);
ptags.insert (ps);
PluginTagChanged (pi->type, pi->unique_id, pi->category); /* EMIT SIGNAL */
}
}