Evas: Fixed textblock rendering to properly set render operation on context.
authorYoungbok Shin <youngb.shin@samsung.com>
Fri, 1 Nov 2013 02:09:58 +0000 (11:09 +0900)
committerCedric Bail <cedric.bail@samsung.com>
Fri, 1 Nov 2013 02:12:01 +0000 (11:12 +0900)
commitcdb86e34bbf82bd91aefd686bfc3bdf2a018a956
tree3927eb5e08a1c5d6867e753daab56c316ff9759b
parent3973ecf2e80b0546bcd26cc7a56b6719f0263fee
Evas: Fixed textblock rendering to properly set render operation on context.

Render operation are not well tested. It appears that it was never properly setted
on a textblock, this would lead to see it rendered with the render operation of another
object.

Test Plan:
Add some rectangle object with textblock object.
The textblock style should be set to "backing=on backing_color=#ffffffff".
Set render operation to some rectangle with "evas_object_render_op_set(rect, EVAS_RENDER_COPY)".
Check the textblock.

Reviewers: woohyun, cedric, raster

Reviewed By: cedric

CC: cedric
Differential Revision: https://phab.enlightenment.org/D277

Signed-off-by: Cedric Bail <cedric.bail@samsung.com>
ChangeLog
NEWS
src/lib/evas/canvas/evas_object_textblock.c