[NUI] Fix LinearLayout to update its child's MeasuredSizeHeight 0 correctly
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 24 Jan 2024 09:44:22 +0000 (18:44 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 1 Feb 2024 03:50:22 +0000 (12:50 +0900)
commitf93769bb17e8f570a198e8cc2be74ec4cde7ea0d
tree87d20f13b446d11a2c9a6209ff3668ff6e26b797
parent2bd4062c7c2ba079517ee26848c6569c9d1246d8
[NUI] Fix LinearLayout to update its child's MeasuredSizeHeight 0 correctly

LinearLayout updates its child's MeasuredSizeWidth 0 correctly but it
does not update its child's MeasuredSizeHeight 0 due to the range typo.

The range typo has been fixed so child's MeasuredSizeHeight 0 is also
handled correctly.
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs