elc_popup: revert changes that accidently sneaked in.

I must have done some ammend error ... sorry

thx daveMDS for spotting it!
This commit is contained in:
Marcel Hollerbach 2018-02-18 13:59:16 +01:00
parent 0af53f4bc6
commit b0f989b699
1 changed files with 1 additions and 1 deletions

View File

@ -1454,7 +1454,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);