Canvas text: call "changed" on style_set

Needs to be picked up by widgets e.g. Ui.Text to update the positions of
decorations.
This commit is contained in:
Daniel Hirt 2016-12-08 14:05:40 +02:00
parent dcfbeb6063
commit 6accf13b34
1 changed files with 1 additions and 0 deletions

View File

@ -6719,6 +6719,7 @@ end:
o->format_changed = EINA_TRUE;
_evas_textblock_invalidate_all(o);
_evas_textblock_changed(o, eo_obj);
efl_event_callback_call(eo_obj, EFL_CANVAS_TEXT_EVENT_CHANGED, NULL);
}
EAPI Evas_Textblock_Style *