[NUI] Fix grid layout measurement (#1513)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Thu, 2 Apr 2020 05:38:21 +0000 (14:38 +0900)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 05:38:21 +0000 (14:38 +0900)
commita08acc7856576d1bf48d8ac62ed332542ef0d237
treeaba563a6342f63119dadcde1449e0f214282df02
parentf8880e8d1e38355f9a5707b1902a132c2d824013
[NUI] Fix grid layout measurement (#1513)

When using wrap_content to match it's height or width to child count,
the result of measure was not applied again so it wasn't changed.

Update measure result after children are added.
src/Tizen.NUI/src/public/Layouting/GridLayout.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs