BUTTON_NONE broke the last_button filter
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2181 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1257733b0a
commit
b19d80992c
1 changed files with 2 additions and 1 deletions
|
@ -945,6 +945,7 @@ int wps_show(void)
|
||||||
if (id3)
|
if (id3)
|
||||||
wps_refresh(id3,0,false);
|
wps_refresh(id3,0,false);
|
||||||
}
|
}
|
||||||
lastbutton = button;
|
if(button != BUTTON_NONE)
|
||||||
|
lastbutton = button;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue