Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true, 85/234485/1
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 21 May 2020 05:38:12 +0000 (14:38 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Wed, 27 May 2020 00:37:07 +0000 (09:37 +0900)
commitaabdbc50a8657c9a8e1a25ac5ab64471cb3fd982
tree173801e4334f7b1c3a49d96ac67333e3bc3bf183
parente5fee652f4d88f2c40fba57c9036fc8717b5ebaa
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