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.
This commit is contained in:
Marcel Hollerbach 2018-04-11 10:36:24 +02:00
parent f4b70fc6cd
commit eef0c5164a
1 changed files with 0 additions and 3 deletions

View File

@ -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);