mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-28 21:55:27 +00:00
Merge pull request #1753 from lakkatv/master
(XMB) Fix icon zoom issue on some ordered lists
This commit is contained in:
commit
f1b1b7ffa7
@ -556,9 +556,10 @@ static void xmb_list_open_new(xmb_handle_t *xmb,
|
||||
|
||||
node->x = xmb->icon.size * dir * 2;
|
||||
node->y = xmb_item_y(xmb, i, current);
|
||||
node->zoom = xmb->categories.passive.zoom;
|
||||
|
||||
if (i == current)
|
||||
node->zoom = 1;
|
||||
node->zoom = xmb->categories.active.zoom;
|
||||
}
|
||||
for (i = 0; i < file_list_get_size(list); i++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user