From e25bf7d9dfee0d4c0589faf596b1c773776e3d17 Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Tue, 29 Dec 2015 11:28:48 -0600 Subject: [PATCH] Ephoto: Escape should unselect all selected images. --- src/bin/ephoto_thumb_browser.c | 2 ++ 1 file changed, 2 insertions(+) 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); } }