forked from len0rd/rockbox
Also clear WPS backdrop when shutting down (same fix as in usb event handling). Fixes bug 5222
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9851 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e9cc570b83
commit
9fe9a4f347
1 changed files with 3 additions and 0 deletions
|
|
@ -739,6 +739,9 @@ long gui_wps_show(void)
|
||||||
|
|
||||||
case SYS_POWEROFF:
|
case SYS_POWEROFF:
|
||||||
bookmark_autobookmark();
|
bookmark_autobookmark();
|
||||||
|
#ifdef HAVE_LCD_COLOR
|
||||||
|
lcd_set_backdrop(gui_wps[SCREEN_MAIN].data->old_backdrop);
|
||||||
|
#endif
|
||||||
default_event_handler(SYS_POWEROFF);
|
default_event_handler(SYS_POWEROFF);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue