[Tizen] Fix decorator cursor size didn't changed issue 18/305318/1
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 08:25:02 +0000 (17:25 +0900)
commit016552a95f2b835ad7d4d1477cb3c6adc547bf8d
tree39dcffaa751f703a869860c898faa84b7dd04965
parente7cc36cc2024fdee221faf15d0aa6f7d19b7867c
[Tizen] 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