elementary: prevent the hook to mess with the event object property.

SVN revision: 74175
This commit is contained in:
Cedric BAIL 2012-07-19 09:25:04 +00:00
parent 27dc623150
commit 5ff2c0d78b
1 changed files with 1 additions and 0 deletions

View File

@ -1583,6 +1583,7 @@ _elm_list_smart_add(Evas_Object *obj)
elm_layout_theme_set(obj, "list", "base", elm_widget_style_get(obj));
priv->hit_rect = evas_object_rectangle_add(evas_object_evas_get(obj));
evas_object_data_set(priv->hit_rect, "_elm_leaveme", obj);
evas_object_smart_member_add(priv->hit_rect, obj);
elm_widget_sub_object_add(obj, priv->hit_rect);