elm_hover.c: hover should handle focus because its contents may handle the focus events.

This commit is contained in:
Daniel Juyung Seo 2013-04-03 20:01:38 +09:00
parent 2a68a17fe6
commit 0ee38dec42
1 changed files with 2 additions and 2 deletions

View File

@ -824,14 +824,14 @@ static void
_elm_hover_smart_focus_next_manager_is(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED, va_list *list)
{
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
*ret = EINA_FALSE;
*ret = EINA_TRUE;
}
static void
_elm_hover_smart_focus_direction_manager_is(Eo *obj EINA_UNUSED, void *_pd EINA_UNUSED, va_list *list)
{
Eina_Bool *ret = va_arg(*list, Eina_Bool *);
*ret = EINA_FALSE;
*ret = EINA_TRUE;
}
static void