From 7eb87486557ba73bc2dc661be31a01a0e232c405 Mon Sep 17 00:00:00 2001 From: Simon Tischer Date: Tue, 24 Mar 2020 17:38:24 +0100 Subject: [PATCH] close popup when opening details view --- src/bin/extra_background_selector.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/extra_background_selector.c b/src/bin/extra_background_selector.c index 859bb6b..e5bb1df 100644 --- a/src/bin/extra_background_selector.c +++ b/src/bin/extra_background_selector.c @@ -55,6 +55,8 @@ _show_details(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UN o = extra_ui_base_object_detail(background, &background->obj, acc, _ui.win); extra_ui_details_window_show(o); + + evas_object_del(_ui.popup_toolbar); } static void