From: Bowon Ryu Date: Tue, 30 Nov 2021 03:07:36 +0000 (+0900) Subject: Fix text relayouter update issue X-Git-Tag: dali_2.1.1~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;ds=inline;h=43255aba62db53f6a8f042687687141fb9de8aa1;hp=43255aba62db53f6a8f042687687141fb9de8aa1;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git Fix text relayouter update issue When the size of the text control is 0, there is a issue that the mRequestedNumberOfCharacters becomes 0 even if the actural text exists. This patch avoids this issue by updating mNumberOfCharactersToAdd in textUpdateInfo in that situation. Change-Id: I440b39f846aa7c9c410a1d121dae7b8a63b811ae Signed-off-by: Bowon Ryu ---