[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:05:43 +0000 (21:05 +0900)
commit038d0b4e6234c569ec8905e029bc288b3d743c1c
treecef0f9e2c0feab88b6ff10bb7242124688742d43
parent8355c512f9b9c1c83a702ff9f580c9c753df9c9f
[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