summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-06-10 13:45:58 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2017-06-10 18:03:08 +0200
commitc5da8f65bf45f90d1824beb2d5da6920b5674b79 (patch)
tree00ab091373395fa5759a12fb19db64fb6d3432b9
parent7a7a3431991554e3ac45054076c659900fb0a24d (diff)
downloadefl-c5da8f65bf45f90d1824beb2d5da6920b5674b79.tar.gz
elm_naviframe: this is not handling focus
the widgets that are used to compose the naviframe are handling it, not the naviframe itself.
-rw-r--r--src/lib/elementary/elc_naviframe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elc_naviframe.c b/src/lib/elementary/elc_naviframe.c
index 8d908eb3df..45f41bba31 100644
--- a/src/lib/elementary/elc_naviframe.c
+++ b/src/lib/elementary/elc_naviframe.c
@@ -1423,7 +1423,7 @@ _elm_naviframe_efl_canvas_group_group_add(Eo *obj, Elm_Naviframe_Data *priv)
evas_object_event_callback_add(obj, EVAS_CALLBACK_CHANGED_SIZE_HINTS,
_on_obj_size_hints_changed, obj);
- elm_widget_can_focus_set(obj, EINA_TRUE);
+ elm_widget_can_focus_set(obj, EINA_FALSE);
}
static void