diff options
author | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-25 14:27:52 +0200 |
---|---|---|
committer | Marcel Hollerbach <marcel@osg.samsung.com> | 2017-10-25 14:36:13 +0200 |
commit | 53fcc4bb7de3bfc9c69f6e138bc25a1f52a49744 (patch) | |
tree | 4b21638237d16e6550be3513d2ea387979f6aa6d /src/lib/elementary | |
parent | fa49488f3a08794bd9fbe72f2400cb19b59528e4 (diff) |
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.
Diffstat (limited to 'src/lib/elementary')
-rw-r--r-- | src/lib/elementary/efl_ui_multibuttonentry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/efl_ui_multibuttonentry.c b/src/lib/elementary/efl_ui_multibuttonentry.c index b1abc2d00d..4cec0b167c 100644 --- a/src/lib/elementary/efl_ui_multibuttonentry.c +++ b/src/lib/elementary/efl_ui_multibuttonentry.c | |||
@@ -1634,7 +1634,7 @@ _efl_ui_multibuttonentry_efl_canvas_group_group_add(Eo *obj, Efl_Ui_Multibuttone | |||
1634 | (obj, "multibuttonentry", "base", elm_widget_style_get(obj))) | 1634 | (obj, "multibuttonentry", "base", elm_widget_style_get(obj))) |
1635 | CRI("Failed to set layout!"); | 1635 | CRI("Failed to set layout!"); |
1636 | 1636 | ||
1637 | elm_widget_can_focus_set(obj, EINA_TRUE); | 1637 | elm_widget_can_focus_set(obj, EINA_FALSE); |
1638 | 1638 | ||
1639 | priv->last_it_select = EINA_TRUE; | 1639 | priv->last_it_select = EINA_TRUE; |
1640 | priv->editable = EINA_TRUE; | 1640 | priv->editable = EINA_TRUE; |