[NUI] Fix LayoutTransition to be added to Owner View's Window
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Mon, 4 Apr 2022 11:25:12 +0000 (20:25 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 20 Apr 2022 08:38:08 +0000 (17:38 +0900)
commit5895a2feaa38faefc52d22793ba879cba74e466e
treede5143bc15488ab4727e53c7857f87c8e7ee7446
parent4296b10a1ab6dbf8433003cb92a05a8594b01e9d
[NUI] Fix LayoutTransition to be added to Owner View's Window

Previously, LayoutTransition was added to default Window.

To support multi window environment, the previous codes are not
appropriate.

Now, LayoutTransition is added to Owner View's Window.
src/Tizen.NUI/src/public/Layouting/LayoutGroup.cs
src/Tizen.NUI/src/public/Layouting/LayoutItem.cs