Skip to content

Commit

Permalink
set z order for badge container too
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko authored Feb 15, 2025
1 parent 7f19a1e commit aa0b65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/ui/mods/list/ModItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ void ModItem::updateState() {
->setAutoGrowAxis(true)
);
m_badgeContainer->getLayout()->ignoreInvisibleChildren(true);
m_titleContainer->addChild(m_badgeContainer);
m_titleContainer->addChild(m_badgeContainer, 3);
}
// Long tags don't fit in the grid UI
for (auto child : CCArrayExt<CCNode*>(m_badgeContainer->getChildren())) {
Expand Down

0 comments on commit aa0b65a

Please sign in to comment.