evas/event - fix the inccorect event hit area.

cedriccccccccccccccccccccccccccc!!!!!!!!!!!!!!!!!!
This commit is contained in:
ChunEon Park 2013-12-04 01:04:21 +09:00
parent f90803aa2f
commit a7c51c4d39
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ _evas_event_object_list_raw_in_get(Evas *eo_e, Eina_List *in,
bounding_box.y <= y &&
bounding_box.y + bounding_box.h >= y) ||
(obj->cur->geometry.x <= x &&
obj->cur->geometry.y + obj->cur->geometry.w >= x &&
obj->cur->geometry.x + obj->cur->geometry.w >= x &&
obj->cur->geometry.y <= y &&
obj->cur->geometry.y + obj->cur->geometry.h >= y))
in = _evas_event_object_list_in_get