mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 10:02:45 -05:00
Revert r20786 as it caused problems with alternating sublines (they need to be reset if gui_wps_refresh() wasn't called for some time, since the subline timeout gets confused). Also, it needs to be set to get the update, since do_full_update will be set to false after track change no matter if an update happened.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20812 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d111f3b66f
commit
9adc03949f
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ static void gwps_fix_statusbars(void)
|
||||||
* */
|
* */
|
||||||
static void wps_lcd_activation_hook(void)
|
static void wps_lcd_activation_hook(void)
|
||||||
{
|
{
|
||||||
|
wps_state.do_full_update = true;
|
||||||
/* force timeout in wps main loop, so that the update is instantly */
|
/* force timeout in wps main loop, so that the update is instantly */
|
||||||
queue_post(&button_queue, BUTTON_NONE, 0);
|
queue_post(&button_queue, BUTTON_NONE, 0);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue