Review comments

This commit is contained in:
jpirnay
2026-04-09 23:16:32 +02:00
parent 6e7e86b9b6
commit 9fbd3cc1f7
3 changed files with 4 additions and 11 deletions
-3
View File
@@ -446,9 +446,6 @@ void LyraTheme::drawList(const GfxRenderer& renderer, Rect rect, int itemCount,
const bool isSeparator = UITheme::isSeparatorTitle(itemName);
if (isSeparator) {
itemName = UITheme::stripSeparatorTitle(itemName);
}
if (isSeparator) {
drawListSeparator(renderer,
Rect{rect.x + LyraMetrics::values.contentSidePadding, itemY,
contentWidth - LyraMetrics::values.contentSidePadding * 2, rowHeight},