Merge pull request #1753 from lakkatv/master

(XMB) Fix icon zoom issue on some ordered lists
This commit is contained in:
Twinaphex 2015-06-06 12:12:17 +02:00
commit f1b1b7ffa7

View File

@ -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++)
{