* UINavBar:更新下拉菜单的宽度设置Bug

This commit is contained in:
Sunny 2020-06-28 21:08:56 +08:00
parent 4788c91993
commit e493e931bf
4 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -438,6 +438,7 @@ namespace Sunny.UI
}
}
NavBarMenu.AutoSize = true;
if (NavBarMenu.Width < NodeSize.Width)
{
NavBarMenu.AutoSize = false;