mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-01-22 01:30:35 -05:00
fix regression 18dfd8f691
The WPS, or certain screens accessed directly from it, may have displayed a title when they shouldn't have. Change-Id: I655f58aa7c4ff3ff996d9798fdbe06c14f09c27b
This commit is contained in:
parent
4541c94292
commit
c296c2781a
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ static void gwps_enter_wps(bool theme_enabled)
|
|||
gwps = skin_get_gwps(WPS, i);
|
||||
display = gwps->display;
|
||||
display->scroll_stop();
|
||||
sb_set_title_text(NULL, Icon_NOICON, i);
|
||||
/* Update the values in the first (default) viewport - in case the user
|
||||
has modified the statusbar or colour settings */
|
||||
#if LCD_DEPTH > 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue