rimmed pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=8ee6e168deb8553810749bb0615ab508b2bffff1

commit 8ee6e168deb8553810749bb0615ab508b2bffff1
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Wed Jul 16 14:30:51 2014 +0300

    evas: mark the evas text object as dirty, when text style is changed.
    
    @fix
---
 src/lib/evas/canvas/evas_object_text.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lib/evas/canvas/evas_object_text.c 
b/src/lib/evas/canvas/evas_object_text.c
index 27e8d46..3f88080 100644
--- a/src/lib/evas/canvas/evas_object_text.c
+++ b/src/lib/evas/canvas/evas_object_text.c
@@ -1217,6 +1217,7 @@ _evas_text_style_set(Eo *eo_obj, Evas_Text_Data *o, 
Evas_Text_Style_Type style)
 
    eo_do_super(eo_obj, MY_CLASS,
                evas_obj_size_set(w, h));
+   evas_object_change(eo_obj, obj);
 }
 
 EOLIAN static Evas_Text_Style_Type

-- 


Reply via email to