Ephoto: Close the edit panel if going back to thumb view.

v-1.6.0
Stephen 'Okra' Houston 7 years ago
parent 2639e5b1ad
commit 0effa4ea02
  1. 1
      src/bin/ephoto_single_browser.c

@ -2049,6 +2049,7 @@ _ephoto_main_back(void *data, Evas_Object *obj EINA_UNUSED, void *event_info EIN
evas_object_del(sb->event);
sb->event = NULL;
}
_close_editor(sb, NULL, NULL);
evas_object_smart_callback_call(sb->main, "back", sb->entry);
}

Loading…
Cancel
Save