forked from len0rd/rockbox
PictureFlow: enable theme in settings menus
Submenus for adjusting settings were previously left unthemed Change-Id: I073c7aabfdd9ce4e4c10c4c0dc689112c29b2a58
This commit is contained in:
parent
025f780685
commit
abfee36ce0
1 changed files with 4 additions and 0 deletions
|
|
@ -4035,7 +4035,11 @@ static int pictureflow_main(const char* selected_file)
|
|||
#ifdef USEGSLIB
|
||||
grey_show(false);
|
||||
#endif
|
||||
FOR_NB_SCREENS(i)
|
||||
rb->viewportmanager_theme_enable(i, true, NULL);
|
||||
ret = main_menu();
|
||||
FOR_NB_SCREENS(i)
|
||||
rb->viewportmanager_theme_undo(i, false);
|
||||
if ( ret == -2 ) return PLUGIN_GOTO_WPS;
|
||||
if ( ret == -1 ) return PLUGIN_OK;
|
||||
if ( ret != 0 ) return ret;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue