over-optimise. this broke things

SVN revision: 14093
This commit is contained in:
Carsten Haitzler 2005-04-04 08:30:32 +00:00
parent ebf746d79f
commit e192644c22
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ evas_object_clip_recalc(Evas_Object *obj)
cb = obj->cur.color.b; ca = obj->cur.color.a;
if (obj->cur.clipper)
{
if (obj->cur.clipper->cur.cache.clip.dirty)
// this causes problems... hmmm
// if (obj->cur.clipper->cur.cache.clip.dirty)
evas_object_clip_recalc(obj->cur.clipper);
nx = obj->cur.clipper->cur.cache.clip.x;
ny = obj->cur.clipper->cur.cache.clip.y;