elm_code: respect event hold for key_down

This commit is contained in:
Andy Williams 2017-09-21 12:24:51 +01:00
parent 849813fb84
commit ad6a858aad
1 changed files with 1 additions and 1 deletions

View File

@ -1600,7 +1600,7 @@ _elm_code_widget_key_down_cb(void *data, Evas *evas EINA_UNUSED,
Evas_Event_Key_Down *ev = event_info;
if (!pd->editable)
if (!pd->editable || (ev->event_flags & EVAS_EVENT_FLAG_ON_HOLD))
return;
_elm_code_widget_update_focus_directions(widget);