From eef0c5164a03bb1f4652ea7b2610a5604a0252a2 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Wed, 11 Apr 2018 10:36:24 +0200 Subject: [PATCH] elc_popup: no need to make them focusable if they have content the content will be focusable, if there is no content the rect of root_focus will be focused instead. --- src/lib/elementary/elc_popup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elementary/elc_popup.c b/src/lib/elementary/elc_popup.c index d14c74e480..c137d3d2be 100644 --- a/src/lib/elementary/elc_popup.c +++ b/src/lib/elementary/elc_popup.c @@ -1454,9 +1454,6 @@ _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_TRUE); - elm_widget_can_focus_set(priv->main_layout, EINA_TRUE); - _populate_theme_scroll(priv); _visuals_set(obj);