evas - handle deleted objects in pointer in list in evas

This commit is contained in:
Carsten Haitzler 2014-12-22 22:14:22 +09:00
parent e9f94e8fdd
commit 20ddb3929c
1 changed files with 2 additions and 0 deletions

View File

@ -1610,6 +1610,8 @@ _canvas_event_feed_mouse_move_internal(Eo *eo_e, void *_pd, int x, int y, unsign
EINA_LIST_FOREACH(copy, l, eo_obj)
{
Evas_Object_Protected_Data *obj = eo_data_scope_get(eo_obj, EVAS_OBJECT_CLASS);
if (!obj) continue;
/* if its under the pointer and its visible and its in the new */
/* in list */
// FIXME: i don't think we need this