From abfee36ce0df251f0c188194caec4f6ff5c9026d Mon Sep 17 00:00:00 2001 From: Christian Soffke Date: Mon, 20 Dec 2021 19:40:27 +0100 Subject: PictureFlow: enable theme in settings menus Submenus for adjusting settings were previously left unthemed Change-Id: I073c7aabfdd9ce4e4c10c4c0dc689112c29b2a58 --- apps/plugins/pictureflow/pictureflow.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins') diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index ec6e51c34d..2217c15678 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c @@ -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; -- cgit v1.2.3