Hide category labels when searching in Viewer list (#3719)
This fixed a bug introduced in #3683 Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -1037,7 +1037,7 @@ void Split::showViewerList()
|
||||
resultList->clear();
|
||||
for (auto &item : results)
|
||||
{
|
||||
if (!labels.contains(item->text()))
|
||||
if (!item->text().contains("("))
|
||||
{
|
||||
resultList->addItem(formatListItemText(item->text()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user