From 4615db497c58556416099a73a500d2b1a29e8a46 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 20 Jan 2014 18:56:37 -0500 Subject: [PATCH] remove damage from show interceptor this is a bit broken since an actual damage might not have occurred yet. moderately sure I added it for testing at one point and then never removed it --- src/bin/e_comp_object.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/bin/e_comp_object.c b/src/bin/e_comp_object.c index 3f382858b..bc802adec 100644 --- a/src/bin/e_comp_object.c +++ b/src/bin/e_comp_object.c @@ -1228,10 +1228,7 @@ _e_comp_intercept_show_helper(E_Comp_Object *cw) } if (!cw->real_hid) - { - e_comp_object_damage(cw->smart_obj, 0, 0, cw->w, cw->h); - evas_object_show(cw->smart_obj); - } + evas_object_show(cw->smart_obj); } static void