elm_fileselector: this is not focusable

the widget is composed from focusable widgets the fileselector is not
focusable.
This commit is contained in:
Marcel Hollerbach 2017-06-09 16:30:46 +02:00
parent 584e91d4f9
commit a7985c1a86
1 changed files with 1 additions and 1 deletions

View File

@ -1868,7 +1868,7 @@ _elm_fileselector_efl_canvas_group_group_add(Eo *obj, Elm_Fileselector_Data *pri
efl_canvas_group_add(efl_super(obj, MY_CLASS));
elm_widget_sub_object_parent_add(obj);
elm_widget_can_focus_set(obj, EINA_TRUE);
elm_widget_can_focus_set(obj, EINA_FALSE);
priv->expand = !!_elm_config->fileselector_expand_enable;
priv->double_tap_navigation = !!_elm_config->fileselector_double_tap_navigation_enable;