evas_object_text: fix text ellipsis issue 67/284467/3
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 17 Nov 2022 11:42:15 +0000 (20:42 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 17 Nov 2022 12:12:27 +0000 (12:12 +0000)
commit6895f55a6cf786fed9e6af53a3864b957af8f883
tree86173e7c6e1eeb88f4cbdb74113b4f55fd4d7ab0
parent770a7ba18b87d5176b3f2936dd0283d27b55e94c
evas_object_text: fix text ellipsis issue

When the size of the text item and the ellip frame are same
and if it fails to find the cut, we should find the cut in the next item.

Change-Id: I2e55d51d5dc0c63c1159f52a2e88b2987080ab1d
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/lib/evas/canvas/evas_object_text.c