mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 21:22:39 -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
|
#endif
|
||||||
FOR_NB_SCREENS(i)
|
FOR_NB_SCREENS(i)
|
||||||
skin_update(FM_SCREEN, i, update_type);
|
skin_update(FM_SCREEN, i, update_type);
|
||||||
|
if (update_type == (int)SKIN_REFRESH_ALL)
|
||||||
|
skin_request_full_update(CUSTOM_STATUSBAR);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
update_type = 0;
|
update_type = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue