mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Fix for "FS#12430 - FM presets tags aren't dynamic in status bar."
git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_10@31163 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0be9570bd0
commit
6d06435c40
1 changed files with 2 additions and 0 deletions
|
@ -761,6 +761,8 @@ void radio_screen(void)
|
|||
#endif
|
||||
FOR_NB_SCREENS(i)
|
||||
skin_update(FM_SCREEN, i, update_type);
|
||||
if (update_type == (int)SKIN_REFRESH_ALL)
|
||||
skin_request_full_update(CUSTOM_STATUSBAR);
|
||||
}
|
||||
}
|
||||
update_type = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue