diff --git a/src/bin/ephoto_thumb_browser.c b/src/bin/ephoto_thumb_browser.c index 562faa5..dc36ade 100644 --- a/src/bin/ephoto_thumb_browser.c +++ b/src/bin/ephoto_thumb_browser.c @@ -3197,6 +3197,8 @@ _key_down(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, { if (tb->searching) _ephoto_search_cancel(tb->search, NULL, NULL); + else + _grid_menu_clear_cb(tb, NULL, NULL); } }