Ephoto: Escape should unselect all selected images.

This commit is contained in:
Stephen okra Houston 2015-12-29 11:28:48 -06:00
parent 351c0b2809
commit e25bf7d9df
1 changed files with 2 additions and 0 deletions

View File

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