Ui layout: fix another text retrieval line of code

This is a follow-up to a44ae48df811ff2bd085da86db1688c0f387efc4.Need to
undo the markup_get call, so that the correct code path
(_efl_ui_layout_text_set) is used. Legacy checks are in that code path.

ref T6642
This commit is contained in:
Daniel Hirt 2018-02-01 19:24:44 +02:00
parent a44ae48df8
commit a89c9e037a
1 changed files with 1 additions and 1 deletions

View File

@ -2499,7 +2499,7 @@ elm_layout_text_get(const Eo *obj, const char *part)
else if (!_elm_layout_part_aliasing_eval(obj, &part, EINA_TRUE))
return NULL;
return efl_text_markup_get(efl_part(obj, part));
return efl_text_get(efl_part(obj, part));
}
EAPI Eina_Bool