diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/edje/edje_calc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/edje/edje_calc.c b/src/lib/edje/edje_calc.c index a64a048d60..40bdbd54f3 100644 --- a/src/lib/edje/edje_calc.c +++ b/src/lib/edje/edje_calc.c | |||
@@ -3090,7 +3090,7 @@ _edje_proxy_recalc_apply(Edje *ed, Edje_Real_Part *ep, Edje_Calc_Params *p3, Edj | |||
3090 | } | 3090 | } |
3091 | 3091 | ||
3092 | efl_gfx_fill_set(ep->object, (Eina_Rect) p3->type.common->fill); | 3092 | efl_gfx_fill_set(ep->object, (Eina_Rect) p3->type.common->fill); |
3093 | efl_image_smooth_scale_set(ep->object, p3->smooth); | 3093 | efl_gfx_image_smooth_scale_set(ep->object, p3->smooth); |
3094 | evas_object_image_source_visible_set(ep->object, chosen_desc->proxy.source_visible); | 3094 | evas_object_image_source_visible_set(ep->object, chosen_desc->proxy.source_visible); |
3095 | evas_object_image_source_clip_set(ep->object, chosen_desc->proxy.source_clip); | 3095 | evas_object_image_source_clip_set(ep->object, chosen_desc->proxy.source_clip); |
3096 | } | 3096 | } |
@@ -3130,7 +3130,7 @@ _edje_image_recalc_apply(Edje *ed, Edje_Real_Part *ep, Edje_Calc_Params *p3, Edj | |||
3130 | } | 3130 | } |
3131 | 3131 | ||
3132 | efl_gfx_fill_set(ep->object, (Eina_Rect) p3->type.common->fill); | 3132 | efl_gfx_fill_set(ep->object, (Eina_Rect) p3->type.common->fill); |
3133 | efl_image_smooth_scale_set(ep->object, p3->smooth); | 3133 | efl_gfx_image_smooth_scale_set(ep->object, p3->smooth); |
3134 | if (chosen_desc->image.border.scale) | 3134 | if (chosen_desc->image.border.scale) |
3135 | { | 3135 | { |
3136 | if (p3->type.common->spec.image.border_scale_by > FROM_DOUBLE(0.0)) | 3136 | if (p3->type.common->spec.image.border_scale_by > FROM_DOUBLE(0.0)) |