summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c4
1 files changed, 4 insertions, 0 deletions
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)
4035#ifdef USEGSLIB 4035#ifdef USEGSLIB
4036 grey_show(false); 4036 grey_show(false);
4037#endif 4037#endif
4038 FOR_NB_SCREENS(i)
4039 rb->viewportmanager_theme_enable(i, true, NULL);
4038 ret = main_menu(); 4040 ret = main_menu();
4041 FOR_NB_SCREENS(i)
4042 rb->viewportmanager_theme_undo(i, false);
4039 if ( ret == -2 ) return PLUGIN_GOTO_WPS; 4043 if ( ret == -2 ) return PLUGIN_GOTO_WPS;
4040 if ( ret == -1 ) return PLUGIN_OK; 4044 if ( ret == -1 ) return PLUGIN_OK;
4041 if ( ret != 0 ) return ret; 4045 if ( ret != 0 ) return ret;