From 5b6826d78575018ae8b263757f0fb572377f674d Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Tue, 23 Aug 2016 09:44:07 -0500 Subject: [PATCH] Ephoto: Don't allow escape to return to the thumb view when the editor is open. --- src/bin/ephoto_single_browser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/ephoto_single_browser.c b/src/bin/ephoto_single_browser.c index 0062268..df0eb23 100644 --- a/src/bin/ephoto_single_browser.c +++ b/src/bin/ephoto_single_browser.c @@ -1951,7 +1951,7 @@ _ephoto_main_key_down(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNU return; } - if (!strcmp(k, "Escape") && !sb->editing) + if (!strcmp(k, "Escape") && !sb->editing && !sb->edit_main) { if (sb->event) {