[NUI] Fix WrapContent View's LinearLayout size calculation
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Wed, 10 Nov 2021 12:59:12 +0000 (21:59 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Thu, 11 Nov 2021 06:23:09 +0000 (15:23 +0900)
commitbd6feb33910416217f8eab72d492414eb4562e6a
tree8d8b627fd9c070bacbba2406c25bdf33250b1cf5
parent635bde261b683f149e86ebe0e94a7e041bdbc4d8
[NUI] Fix WrapContent View's LinearLayout size calculation

When a View's Specification was WrapContent, the View's LinearLayout did
not consider its child size correctly.
This caused that the View's Size became 0 incorrectly.

To resolve the above, LinearLayout always considers its child size and
the LinearLayout uses its child size when it calculates its own size.
src/Tizen.NUI/src/public/Layouting/LinearLayout.cs