discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=f1c62055961d99b0df0c9fe36ceabf8addd038c5

commit f1c62055961d99b0df0c9fe36ceabf8addd038c5
Author: Mike Blumenkrantz <[email protected]>
Date:   Tue Apr 8 16:23:07 2014 -0400

    genlist event_block_rect needs a smart parent to reduce BITCH
---
 src/lib/elm_genlist.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c
index b567fbd..a1059c6 100644
--- a/src/lib/elm_genlist.c
+++ b/src/lib/elm_genlist.c
@@ -6256,6 +6256,7 @@ _event_block_rect_update(const Evas_Object *obj)
      {
         sd->event_block_rect = evas_object_rectangle_add(
            evas_object_evas_get(sd->obj));
+        evas_object_smart_member_add(sd->event_block_rect, sd->pan_obj);
      }
 
    evas_object_geometry_get(sd->pan_obj, &ox, &oy, &ow, &oh);

-- 


Reply via email to