mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Fix for "FS#12430 - FM presets tags aren't dynamic in status bar."
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31162 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
cc95f34036
commit
790be2de32
1 changed files with 2 additions and 0 deletions
|
|
@ -760,6 +760,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