remove damage from show interceptor
authorMike Blumenkrantz <zmike@samsung.com>
Mon, 20 Jan 2014 23:56:37 +0000 (18:56 -0500)
committerMike Blumenkrantz <zmike@samsung.com>
Mon, 20 Jan 2014 23:56:37 +0000 (18:56 -0500)
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

index 3f38285..bc802ad 100644 (file)
@@ -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