Fix refined groups counter

This commit is contained in:
andrewchilicki
2025-02-14 10:01:02 -05:00
parent 15e9e5fedb
commit cba248923f
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ public:
if (num->displayInfos.isVisible) {
visibleBadGroups.emplace(groupId);
if (badGroup->isActive && groupId == *activeBadGroup) {
if (badGroup->isActive && groupId == *activeBadGroup && !badGroup->refined) {
activeGroupStillVisible = true;
}
}