[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)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 24 Jan 2024 12:06:01 +0000 (21:06 +0900)
commit407d021ab544588c5e92e5e36010ddfbe3acf501
treeeb4b4f79aadb4ff4ce353ba192cb2520fe0cb6db
parentc2a914ec13881287bd6fb67f16e9e8bdd8e8064a
[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