oooh that was bad! oops. fix!

SVN revision: 46423
This commit is contained in:
Carsten Haitzler 2010-02-24 05:47:23 +00:00
parent eb650a7300
commit beb1b3820c
1 changed files with 4 additions and 1 deletions

View File

@ -1512,7 +1512,10 @@ _edje_image_recalc_apply(Edje *ed, Edje_Real_Part *ep, Edje_Calc_Params *p3, Edj
evas_object_image_fill_set(ep->object, p3->type.common.fill.x, p3->type.common.fill.y,
p3->type.common.fill.w, p3->type.common.fill.h);
evas_object_image_smooth_scale_set(ep->object, p3->smooth);
evas_object_image_border_scale_set(ep->object, TO_DOUBLE(sc));
if (chosen_desc->border.scale)
evas_object_image_border_scale_set(ep->object, TO_DOUBLE(sc));
else
evas_object_image_border_scale_set(ep->object, 1.0);
evas_object_image_border_set(ep->object, p3->type.common.spec.image.l, p3->type.common.spec.image.r,
p3->type.common.spec.image.t, p3->type.common.spec.image.b);
if (chosen_desc->border.no_fill == 0)