mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Fix for Tags not being searched in the Favorite Plugins search-box
This commit is contained in:
parent
1374a2f93c
commit
db6f8aa215
1 changed files with 3 additions and 3 deletions
|
|
@ -3104,9 +3104,9 @@ Mixer_UI::refiller (PluginInfoList& result, const PluginInfoList& plugs)
|
|||
setup_search_string (compstr);
|
||||
maybe_show |= match_search_strings (compstr, searchstr);
|
||||
/* check tags */
|
||||
manager.get_tags_as_string (*i);
|
||||
setup_search_string (compstr);
|
||||
maybe_show |= match_search_strings (compstr, searchstr);
|
||||
std::string tags = manager.get_tags_as_string (*i);
|
||||
setup_search_string (tags);
|
||||
maybe_show |= match_search_strings (tags, searchstr);
|
||||
}
|
||||
} else {
|
||||
int64_t lru;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue