elm_naviframe: this is not handling focus

the widgets that are used to compose the naviframe are handling it, not
the naviframe itself.
This commit is contained in:
Marcel Hollerbach 2017-06-10 13:45:58 +02:00
parent 7a7a343199
commit c5da8f65bf
1 changed files with 1 additions and 1 deletions

View File

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