From: Marcel Hollerbach Date: Sun, 18 Feb 2018 12:59:16 +0000 (+0100) Subject: elc_popup: revert changes that accidently sneaked in. X-Git-Tag: upstream/1.21.0~1893 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be45e0061abd91e9a5176703d583dc64208c92c8;p=platform%2Fupstream%2Fefl.git elc_popup: revert changes that accidently sneaked in. I must have done some ammend error ... sorry thx daveMDS for spotting it! --- diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c index 11a45a6..cf96b99 100644 --- a/src/lib/elementary/elc_popup.c +++ b/src/lib/elementary/elc_popup.c @@ -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);