elm_fileselector_entry: this does not need focus
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Fri, 9 Jun 2017 14:54:23 +0000 (16:54 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Fri, 9 Jun 2017 15:13:35 +0000 (17:13 +0200)
its composed by focusable widgets, no need to focus them by themself

src/lib/elementary/elc_fileselector_entry.c

index 9c31c5e..0425de1 100644 (file)
@@ -367,8 +367,6 @@ _elm_fileselector_entry_efl_canvas_group_group_add(Eo *obj, Elm_Fileselector_Ent
         elm_layout_content_set(obj, "elm.swallow.entry", priv->entry);
      }
 
-   elm_widget_can_focus_set(obj, EINA_TRUE);
-
    elm_layout_sizing_eval(obj);
 }