evas: mark the evas text object as dirty, when text style is changed.

@fix
This commit is contained in:
Vyacheslav Reutskiy 2014-07-16 14:30:51 +03:00
parent 18989020d7
commit 8ee6e168de
1 changed files with 1 additions and 0 deletions

View File

@ -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