From f8d844e1502fea50195e20c1eab15ee5de4c8395 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 9 Jul 2016 15:21:57 +0200 Subject: [PATCH] Make sure thumbnail is always drawn with full opacity --- menu/drivers/xmb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index f9e3285b42..bd51900547 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -569,6 +569,7 @@ static void xmb_draw_thumbnail(xmb_handle_t *xmb, float *color, } coords.color = (const float*)color; + menu_display_set_alpha((float*)coords.color, 1.0f); draw.x = x; draw.y = height - y;