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

This commit is contained in:
Stephen 'Okra' Houston 2017-03-28 16:14:14 -05:00
parent 2639e5b1ad
commit 0effa4ea02
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}