evas - fix render op reset when drawing map objs :)

This commit is contained in:
Carsten Haitzler 2013-09-05 20:30:51 +09:00
parent 0a65847983
commit 3f94953509
1 changed files with 2 additions and 0 deletions

View File

@ -1309,6 +1309,8 @@ evas_render_mapped(Evas_Public_Data *e, Evas_Object *eo_obj,
{
obj->layer->evas->engine.func->context_multiplier_unset
(e->engine.data.output, context);
obj->layer->evas->engine.func->context_render_op_set
(e->engine.data.output, context, obj->cur->render_op);
evas_draw_image_map_async_check
(obj, e->engine.data.output, context, surface,
obj->map->surface, obj->map->spans,