Fix margin bug in FlexLayout (#1419)
authorneostom432 <31119276+neostom432@users.noreply.github.com>
Mon, 24 Feb 2020 06:25:37 +0000 (15:25 +0900)
committerGitHub <noreply@github.com>
Mon, 24 Feb 2020 06:25:37 +0000 (15:25 +0900)
commit249f70e8765dc85d2c675e13bdcdb37c062ca8b0
tree90621232971d9809313d07302affffff9041c37b
parent543e8032edcdb729c51ccf6f1209a8b89127bda9
Fix margin bug in FlexLayout (#1419)

Previously, margin of chilren in FlexLayout was ignored because it was not set to FlexNode of children.
Now, when adding child to View which using FlexLayout, we pass margin of child and set it to FlexNode of child.
src/Tizen.NUI/src/internal/Layouting/Interop/Interop.FlexLayout.cs
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs