* 修复一处DPI缩放显示问题

This commit is contained in:
Sunny 2021-11-28 20:57:57 +08:00
parent db170d801b
commit 610fcf8aba
3 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -189,8 +189,11 @@ namespace Sunny.UI
base.OnFontChanged(e);
if (tip != null)
{
tip.IsScaled = true;
tip.Font = this.DPIScaleFont(Font, TipsFontSize);
}
}
protected virtual void DrawOption(Graphics g)
{