修复Tooltop的第一个ContentLabelStyle设置color无效的问题

This commit is contained in:
monitor1394
2024-01-07 22:13:03 +08:00
parent 91db00a173
commit c3489fbc1e
4 changed files with 15 additions and 4 deletions

View File

@@ -1067,7 +1067,7 @@ namespace XUGL
false, smoothness, false);
if (borderWidth > 0)
{
UGL.DrawBorder(vh, rect, borderWidth, borderColor, rotate, cornerRadius);
UGL.DrawBorder(vh, rect, borderWidth, borderColor, rotate, cornerRadius, true, smoothness);
}
}