Merge pull request #1493 from lakkatv/xmb

(XMB) Fix the icon bug
This commit is contained in:
Twinaphex 2015-03-12 18:07:40 +01:00
commit a4d9d59d2b

View File

@ -1790,7 +1790,8 @@ static void xmb_context_reset(void)
static void xmb_navigation_clear(bool pending_push)
{
xmb_selection_pointer_changed();
if (!pending_push)
xmb_selection_pointer_changed();
}
static void xmb_navigation_decrement(void)