[NUI] Add OverlayLayer to Window's LayersChildren to calculate Layout
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 20 Apr 2023 05:11:21 +0000 (14:11 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Thu, 20 Apr 2023 05:47:07 +0000 (14:47 +0900)
commit9c0e286899e7350c079887b4bdf48f6e698c835c
treefc16f11c93a6472c77c0310c0ce746474dab13f5
parent5fb634739aa0a5fcb5fb57a9c7d7f4924d363c98
[NUI] Add OverlayLayer to Window's LayersChildren to calculate Layout

Previously, OverlayLayer was not added to Window's LayersChildren so
Layouts inside the OverlayLayer were not calculated.

Now, OverlayLayer is added to Window's LayerChildren to calculate
Layouts inside the OverlayLayer.
src/Tizen.NUI/src/public/Window/Window.cs