Fix decorator cursor size didn't changed issue 73/305273/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 30 Jan 2024 12:16:41 +0000 (21:16 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 31 Jan 2024 06:27:39 +0000 (15:27 +0900)
commitfa6739682ff1ed028e635ece1f8676211966fe23
tree79ec77ba326c104d41072ecd7f7f7081513497f3
parent3dd8cfe76a2684d18b11c06609893894cb6dd735
Fix decorator cursor size didn't changed issue

Since dali don't change the size during Relayout callback working,
the cursor size was not applied at 'current' relayout result.

So there was some issue that the cursor size applied well after 1 event loop working.

To avoid this issue, let we 'add' some relayout required actor to container.
It will call Relayout internally, at this loop.

TODO : Is there any other actor to be changed during relayout?

Change-Id: I88f48c7b64e76644ea8738abce4245a584c83cc9
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/controls/text-controls/text-editor-impl.cpp
dali-toolkit/internal/controls/text-controls/text-field-impl.cpp
dali-toolkit/internal/text/controller/text-controller-impl.cpp
dali-toolkit/internal/text/decorator/text-decorator.cpp
dali-toolkit/internal/text/decorator/text-decorator.h