[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)
committerJoogabYun <40262755+JoogabYun@users.noreply.github.com>
Wed, 26 Apr 2023 07:07:45 +0000 (16:07 +0900)
commit5e095d4dff9b4fe2f83340516507b71c19578836
treed02c08ba8788810616f5e26ef273fb08f34d6be3
parent3eb6065dbb82ed0e098b97879dd220c8aa180975
[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