diff options
Diffstat (limited to 'src/lib/evas/canvas/evas_object_textblock.c')
-rw-r--r-- | src/lib/evas/canvas/evas_object_textblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/evas_object_textblock.c b/src/lib/evas/canvas/evas_object_textblock.c index 0566f9303f..0c01a86a5b 100644 --- a/src/lib/evas/canvas/evas_object_textblock.c +++ b/src/lib/evas/canvas/evas_object_textblock.c | |||
@@ -10726,6 +10726,7 @@ evas_object_textblock_render(Evas_Object *eo_obj EINA_UNUSED, | |||
10726 | /* render object to surface with context, and offxet by x,y */ | 10726 | /* render object to surface with context, and offxet by x,y */ |
10727 | obj->layer->evas->engine.func->context_multiplier_unset(output, | 10727 | obj->layer->evas->engine.func->context_multiplier_unset(output, |
10728 | context); | 10728 | context); |
10729 | ENFN->context_render_op_set(output, context, obj->cur->render_op); | ||
10729 | /* FIXME: This clipping is just until we fix inset handling correctly. */ | 10730 | /* FIXME: This clipping is just until we fix inset handling correctly. */ |
10730 | ENFN->context_clip_clip(output, context, | 10731 | ENFN->context_clip_clip(output, context, |
10731 | obj->cur->geometry.x + x, | 10732 | obj->cur->geometry.x + x, |