From 8b26cd4149dee21b9c4e8dc36ef22ccc6c8edc03 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 13 Jan 2018 18:52:40 +0100 Subject: [PATCH] options_background: go to image grid when selecting user/system in hoversel --- src/bin/options_background.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/options_background.c b/src/bin/options_background.c index c99423f9..71b4c1b4 100644 --- a/src/bin/options_background.c +++ b/src/bin/options_background.c @@ -392,6 +392,7 @@ _cb_hoversel_select(Background_Ctx *ctx, const Eina_Stringshare *path) Evas_Object *o; if (path) { + elm_flip_go_to(ctx->flip, EINA_TRUE, ELM_FLIP_PAGE_LEFT); elm_object_text_set(ctx->entry, path); } else