From be45e0061abd91e9a5176703d583dc64208c92c8 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Sun, 18 Feb 2018 13:59:16 +0100 Subject: [PATCH] elc_popup: revert changes that accidently sneaked in. I must have done some ammend error ... sorry thx daveMDS for spotting it! --- src/lib/elementary/elc_popup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4