elm_multibuttonentry: it cannot handle focus itself

the box in it is, so no need for can_focus == true.
This fixes the basic usage, however the order is sometimes a bit
screwed. Commits will follow.
This commit is contained in:
Marcel Hollerbach 2017-10-25 14:27:52 +02:00
parent fa49488f3a
commit 53fcc4bb7d
1 changed files with 1 additions and 1 deletions

View File

@ -1634,7 +1634,7 @@ _efl_ui_multibuttonentry_efl_canvas_group_group_add(Eo *obj, Efl_Ui_Multibuttone
(obj, "multibuttonentry", "base", elm_widget_style_get(obj)))
CRI("Failed to set layout!");
elm_widget_can_focus_set(obj, EINA_TRUE);
elm_widget_can_focus_set(obj, EINA_FALSE);
priv->last_it_select = EINA_TRUE;
priv->editable = EINA_TRUE;