Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true, 57/238457/1
authorJoogab Yun <joogab.yun@samsung.com>
Thu, 21 May 2020 05:38:12 +0000 (14:38 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 14 Jul 2020 06:26:31 +0000 (15:26 +0900)
commiteaf32971f5b45a9bef58688714be0fd8fe93d166
treeaf07a7b40d65ea54d38e81fb50626bfb52a6e500
parentf0137f65279146a7a8086a84040a6f07371947d3
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