elm_widget: print a error if there is no provider

This commit is contained in:
Marcel Hollerbach 2017-10-17 17:19:12 +02:00
parent e2975a1fcb
commit 0376092c78
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ _logical_parent_eval(Eo *obj EINA_UNUSED, Elm_Widget_Smart_Data *pd, Eina_Bool s
if (should)
{
provider = efl_provider_find(obj, EFL_UI_FOCUS_PARENT_PROVIDER_INTERFACE);
EINA_SAFETY_ON_NULL_RETURN_VAL(provider, NULL);
parent = efl_ui_focus_parent_provider_find_logical_parent(provider, obj);
}
else