summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2013-11-01 11:09:58 +0900
committerCedric Bail <cedric.bail@samsung.com>2013-11-01 11:12:01 +0900
commitcdb86e34bbf82bd91aefd686bfc3bdf2a018a956 (patch)
tree3927eb5e08a1c5d6867e753daab56c316ff9759b /NEWS
parent3973ecf2e80b0546bcd26cc7a56b6719f0263fee (diff)
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>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 99ca54a67..2b4f923a8 100644
--- a/NEWS
+++ b/NEWS
@@ -358,6 +358,7 @@ Fixes:
- Evas textblock: fixed an issue with markup_get and markup_to_utf8 behaving differently (markup_get was misbehaving).
- Fixed the map surface to be updated properly. By tranversing the whole of the map target's tree, it decides to update the map surface to be redrawn if one of the objects is changed except the clipper itself.
- Fixed the textblock format to be drawn according to the glyph's horizontal advance width.
+ - Fixed the textblock set to context with the textblock object's render operation.
* Ecore:
- Don't leak fd on exec.