evas_object_textblock: fixing white-space based wrapping + ellipsis issue.
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 15 May 2020 03:30:43 +0000 (12:30 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sat, 16 May 2020 03:10:11 +0000 (12:10 +0900)
commit26cfad6f37b6f1a4702eff7099231c8be386631a
treef6eb34998db9abcd984ff090b84baa38b7acc888
parent9d700851547cc272402ca61c036e10a777850686
evas_object_textblock: fixing white-space based wrapping + ellipsis issue.

1. remove _layout_line_reorder
  - This reodering should not be called becuase _layout_handle_ellipsis is
    not considering this reordering.

2. revome visually-deleted item from line items if it's added before

@tizen_fix

Change-Id: I5fa39f6ef394ba20bc7c7f16887269dde3f301c8
src/lib/evas/canvas/evas_object_textblock.c