增加全局矩形设计,忽略圆角

This commit is contained in:
Sunny 2023-08-28 15:26:24 +08:00
parent 8295a99e2b
commit d127e58eff

View File

@ -1465,7 +1465,7 @@ namespace Sunny.UI
{
get
{
return (_showRadius && !_showShadow);
return (_showRadius && !_showShadow && !UIStyles.GlobalRectangle);
}
set
{