From: Bowon Ryu Date: Tue, 19 Apr 2022 15:05:20 +0000 (+0900) Subject: Fix incorrect calc of GetHeightForWidth in TextLabel X-Git-Tag: dali_2.1.19~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=abc8459e18c5a7f8730c9493885fd067126520cb;hp=abc8459e18c5a7f8730c9493885fd067126520cb Fix incorrect calc of GetHeightForWidth in TextLabel the recent change of CalculateLayoutSizeOnRequiredControllerSize() causes compatibility issues in TextLabel. avoiding backup/restore of visual-model fields after GetNaturalSize/GetHeightForWidth is usually to resolve broken index of editable controls. this patch DoRelayout() with minimal operation when non-editable case. it's almost like legacy code. Change-Id: Ib918c96ad45fc3567941bec17dffe910b8b45134 Signed-off-by: Bowon Ryu ---