hover: Made hover itself unfocusable.

@fix

Hover itself does not get key event. It should just forward the event to
the internal objects. So make it unfocusable.
Special thanks to Woohyun Jung.
This commit is contained in:
Daniel Juyung Seo 2014-02-27 11:38:47 +09:00
parent 600cb62818
commit f5750399b3
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ _elm_hover_smart_add(Eo *obj, void *_pd, va_list *list EINA_UNUSED)
elm_layout_content_set(obj, "elm.swallow.offset", priv->offset);
elm_layout_content_set(obj, "elm.swallow.size", priv->size);
elm_widget_can_focus_set(obj, EINA_TRUE);
elm_widget_can_focus_set(obj, EINA_FALSE);
}
static void