Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true, 11/234011/4
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 21 May 2020 05:38:12 +0000 (14:38 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 22 May 2020 01:16:28 +0000 (10:16 +0900)
commit9586f40d19b66c16e7daed9df3f58aeef82b3282
tree57ec2668a1eff4a8c1b6f171b4e24831957a3380
parent5e937a6322849b76d49d5b3f41cb5d91c94acd3e
Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true,
Ellipsis is alaways set to true when scrolling is finished.

Do not change user settings.

textLabel.SetProperty(TextLabel::Property::ELLIPSIS, false);
textLabel.SetProperty(TextLabel::Property::ENABLE_AUTO_SCROLL, true);

Change-Id: I98703d5c25237901812af568a1f2ca4c6c143889
automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp