Fix text AutoScroll ellipsis issue 97/275997/1
authorBowon Ryu <bowon.ryu@samsung.com>
Tue, 7 Jun 2022 16:19:50 +0000 (01:19 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 8 Jun 2022 07:56:26 +0000 (16:56 +0900)
Text should ellipsis while AutoScroll is running
when text length is bigger than MaxTextureSize.

this issue occurs as a side effect of another patch.
74f7af1b08ce65dde5959d22b2d533cbc64b9d2e

the height comparison condition is for another AutoScroll ellipsis issue
and this should not be removed.

Change-Id: I18a4011bec882e483bc0c184417403661a9fa635
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>

No differences found