[NUI] Fix Menu not to show Content if there is no menu item
authorJaehyun Cho <jae_hyun.cho@samsung.com>
Thu, 23 Feb 2023 08:01:30 +0000 (17:01 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 6 Mar 2023 11:10:58 +0000 (20:10 +0900)
commitc80c988490d3988f5b73d319236e9f3802878649
treea785dec693e8d5fdce39fc19dc44f8708b2c70e4
parent6c0be4da4790a7d2118bc3a5cfa750e9537bb251
[NUI] Fix Menu not to show Content if there is no menu item

Menu.Content is a container of menu items.

Previously, Menu.Content was displayed even if there is no menu item.
Now, Menu.Content is displayed only if menu item exists.
src/Tizen.NUI.Components/Controls/Menu.cs