brng back key controls after dnd fix with focus fix for new button

This commit is contained in:
Carsten Haitzler 2019-01-16 11:41:35 +00:00
parent 7c35c02b5b
commit 6a2ef684b4
1 changed files with 1 additions and 0 deletions

View File

@ -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);