Ephoto: Don't allow escape to return to the thumb view when the editor is open.

v-1.6.0
Stephen okra Houston 7 years ago
parent 813471f9bd
commit 5b6826d785
  1. 2
      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)
{

Loading…
Cancel
Save