oops - if the edje ONLy has a swallow part.. bad things (tm) happen :)

SVN revision: 11515
This commit is contained in:
Carsten Haitzler 2004-09-04 09:45:59 +00:00
parent 2b638f5c48
commit f8aaef0cf7
1 changed files with 2 additions and 2 deletions

View File

@ -169,9 +169,9 @@ edje_object_file_set(Evas_Object *obj, const char *file, const char *part)
}
else
evas_object_pass_events_set(rp->object, 1);
if (rp->part->clip_to_id < 0)
evas_object_clip_set(rp->object, ed->clipper);
}
if (rp->part->clip_to_id < 0)
evas_object_clip_set(rp->object, ed->clipper);
}
rp->drag.step.x = ep->dragable.step_x;
rp->drag.step.y = ep->dragable.step_y;