efl_canvas_textblock: multiline enabled by default

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, tasn, bu5hm4n, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10859
This commit is contained in:
Ali Alzyod 2019-12-13 15:12:25 +01:00 committed by Xavi Artigas
parent cf30efa5ee
commit abc1cb0043
1 changed files with 1 additions and 1 deletions

View File

@ -14247,7 +14247,7 @@ evas_object_textblock_init(Evas_Object *eo_obj)
co->obj = eo_obj;
evas_object_textblock_text_markup_set(eo_obj, "");
o->multiline = EINA_FALSE;
o->multiline = EINA_TRUE;
#ifdef BIDI_SUPPORT
o->inherit_paragraph_direction = EINA_TRUE;
#endif