summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel@osg.samsung.com>2018-04-11 10:36:24 +0200
committerMarcel Hollerbach <marcel@osg.samsung.com>2018-04-11 10:36:24 +0200
commiteef0c5164a03bb1f4652ea7b2610a5604a0252a2 (patch)
tree94652f0a03a39b799b52f4028a57985c958a6ac4
parentf4b70fc6cd2363733d74c580a9540dbb17239abd (diff)
downloadefl-eef0c5164a03bb1f4652ea7b2610a5604a0252a2.tar.gz
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.
-rw-r--r--src/lib/elementary/elc_popup.c3
1 files changed, 0 insertions, 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);