was screwing around hunting down bug in edje...

SVN revision: 31106
This commit is contained in:
Carsten Haitzler 2007-08-01 14:35:30 +00:00
parent a0d1f47563
commit a6d0bff73f
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ evas_object_clip_recalc(Evas_Object *obj)
int nx, ny, nw, nh, nvis, nr, ng, nb, na;
if (obj->layer->evas->events_frozen > 0) return;
// if (!obj->cur.clipper->cur.cache.clip.dirty) return;
evas_object_coords_recalc(obj);
cx = obj->cur.geometry.x; cy = obj->cur.geometry.y;
cw = obj->cur.geometry.w; ch = obj->cur.geometry.h;