efl_canvas_textblock: allow style_apply with wrap=none
authorAli Alzyod <ali198724@gmail.com>
Mon, 16 Dec 2019 18:10:36 +0000 (19:10 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 16 Dec 2019 21:28:29 +0000 (06:28 +0900)
commitcd4e5d77efc4a488dbfc07d4824450bbe2b2e9cf
tree4d2801f3492e15755ba7fad345028bbed92fa976
parent7fb66b67a87527050626b1038a7020fe58dc7918
efl_canvas_textblock: allow style_apply with wrap=none

Summary:
1- passing style_apply("wrap=none") had no effect previously, and now disable wraping
2- style_all_get() by default return "wrap=word", but now return  "wrap=none"

refer to T8523

Reviewers: segfaultxavi, woohyun, cedric

Reviewed By: segfaultxavi

Subscribers: segfaultxavi, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10888
src/lib/evas/canvas/efl_canvas_textblock.eo
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c