Evas: Fix propagation of key events
authorJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Jun 2016 12:46:54 +0000 (21:46 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Tue, 7 Jun 2016 12:48:48 +0000 (21:48 +0900)
commit05732c7472fee89446a63265e32fc05277c1be85
tree91e250d9b9ea0b4f30897c57394b108d0a8a0b13
parent2471d962ed7cc1e84be2e3443c1d3cbdead3e951
Evas: Fix propagation of key events

UP/DOWN arrows were having effects on both focus and entry cursor
moves. This was due to an invalid propagation of the changes to
event_flags (on_hold).

Fixes T3845
src/lib/evas/canvas/evas_callbacks.c
src/lib/evas/canvas/evas_events.c