Fix my introduced bug in cedric's patch.

SVN revision: 33859
This commit is contained in:
Gustavo Sverzut Barbieri 2008-02-27 15:21:16 +00:00
parent 0d9ff479d2
commit 09148d57c4
1 changed files with 4 additions and 1 deletions

View File

@ -1429,7 +1429,10 @@ _edje_part_recalc(Edje *ed, Edje_Real_Part *ep, int flags)
pf = &p1;
}
ep->req = pf->req;
ep->req.x = pf->req.x;
ep->req.y = pf->req.y;
ep->req.w = pf->req.w;
ep->req.h = pf->req.h;
if (ep->drag.need_reset)
{