mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
修复Tooltop的第一个ContentLabelStyle设置color无效的问题
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user