more fixes :)

SVN revision: 18651
This commit is contained in:
Carsten Haitzler 2005-11-26 13:58:43 +00:00
parent 18f311a137
commit 0b90bc4c04
1 changed files with 2 additions and 2 deletions

View File

@ -344,8 +344,8 @@ _edje_text_recalc_apply(Edje *ed, Edje_Real_Part *ep,
int l, r, t, b;
evas_object_text_style_pad_get(ep->object, &l, &r, &t, &b);
sw = params->w - (l + r);
sh = params->h - (t + b);
sw = params->w;
sh = params->h;
}
if ((ep->text.cache.in_size == size) &&
(ep->text.cache.in_w == sw) &&