* evas: Always redraw Textblock on style change.

SVN revision: 46469
This commit is contained in:
Cedric BAIL 2010-02-25 16:31:00 +00:00
parent 816974ff0b
commit bb8ede02af
1 changed files with 2 additions and 2 deletions

View File

@ -2492,8 +2492,8 @@ evas_object_textblock_style_set(Evas_Object *obj, Evas_Textblock_Style *ts)
{
o->style = NULL;
}
if (o->markup_text)
evas_object_textblock_text_markup_set(obj, o->markup_text);
evas_object_textblock_text_markup_set(obj, o->markup_text);
}
/**