efl_ui_bg: this does not handle focus

This commit is contained in:
Marcel Hollerbach 2017-10-15 19:28:25 +02:00
parent f32359baba
commit 79c93db365
1 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,8 @@ _efl_ui_bg_efl_object_constructor(Eo *obj, Efl_Ui_Bg_Data *_pd EINA_UNUSED)
obj = efl_constructor(efl_super(obj, MY_CLASS));
efl_canvas_object_type_set(obj, MY_CLASS_NAME_LEGACY);
elm_obj_widget_focus_allow_set(obj, EINA_FALSE);
return obj;
}