Merge pull request #1387 from lakkatv/xmb

(XMB) Fix a small display regression
This commit is contained in:
Twinaphex 2015-02-03 05:44:42 +01:00
commit b9bea34f18
1 changed files with 3 additions and 2 deletions

View File

@ -1559,8 +1559,9 @@ static void xmb_list_insert(void *data,
if (i == current) if (i == current)
{ {
node->alpha = xmb->i_active_alpha; node->alpha = xmb->i_active_alpha;
node->zoom = xmb->i_active_zoom; node->label_alpha = xmb->i_active_alpha;
node->zoom = xmb->i_active_zoom;
} }
} }