From 6a2ef684b437cb114be62fc6031abbf0d13ff3b5 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 16 Jan 2019 11:41:35 +0000 Subject: [PATCH] brng back key controls after dnd fix with focus fix for new button --- src/bin/win.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/win.c b/src/bin/win.c index ee20a24..0a44b24 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -602,6 +602,7 @@ win_add(void) controls_init(win, o); o = elm_button_add(win); + elm_object_focus_allow_set(o, EINA_FALSE); elm_object_focus_move_policy_set(o, ELM_FOCUS_MOVE_POLICY_CLICK); evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); evas_object_color_set(o, 0, 0, 0, 0);