elc_popup: revert changes that accidently sneaked in.
authorMarcel Hollerbach <marcel@osg.samsung.com>
Sun, 18 Feb 2018 12:59:16 +0000 (13:59 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 9 Apr 2018 02:25:38 +0000 (11:25 +0900)
I must have done some ammend error ... sorry

thx daveMDS for spotting it!

src/lib/elementary/elc_popup.c

index 11a45a6..cf96b99 100644 (file)
@@ -2082,7 +2082,7 @@ _elm_popup_efl_canvas_group_group_add(Eo *obj, Elm_Popup_Data *priv)
    priv->content_text_wrap_type = ELM_WRAP_MIXED;
    efl_event_callback_array_add(priv->notify, _notify_cb(), obj);
 
-   elm_widget_can_focus_set(obj, EINA_FALSE);
+   elm_widget_can_focus_set(obj, EINA_TRUE);
    elm_widget_can_focus_set(priv->main_layout, EINA_TRUE);
 
    _populate_theme_scroll(priv);