Skip to content

Commit

Permalink
fix crash caused by renaming variable
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Aug 5, 2024
1 parent df50efe commit 3dff795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ItemGrid/GridItem.bs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ sub itemContentChanged()
m.itemText.text = itemData.Title
end if
' Adjust to wide posters for "View All Next Up"
if m.topParent.overhangTitle = tr("View All Next Up")
if m.itemGrid.overhangTitle = tr("View All Next Up")
m.posterMask.maskUri = ""

m.itemPoster.height = 300
Expand Down

0 comments on commit 3dff795

Please sign in to comment.