Tab-switching from keyboard should exit asap. Closes T618

This commit is contained in:
Boris Faure 2014-06-08 19:09:43 +02:00
parent e51c2168e9
commit ab3759b67b
1 changed files with 1 additions and 0 deletions

View File

@ -795,4 +795,5 @@ sel_exit(Evas_Object *obj)
Sel *sd = evas_object_smart_data_get(obj);
if (!sd) return;
sd->exit_on_sel = EINA_TRUE;
sd->exit_now = EINA_TRUE;
}