* 修复一处DPI缩放显示问题
This commit is contained in:
parent
db170d801b
commit
610fcf8aba
Binary file not shown.
Binary file not shown.
@ -189,8 +189,11 @@ namespace Sunny.UI
|
|||||||
base.OnFontChanged(e);
|
base.OnFontChanged(e);
|
||||||
|
|
||||||
if (tip != null)
|
if (tip != null)
|
||||||
|
{
|
||||||
|
tip.IsScaled = true;
|
||||||
tip.Font = this.DPIScaleFont(Font, TipsFontSize);
|
tip.Font = this.DPIScaleFont(Font, TipsFontSize);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
protected virtual void DrawOption(Graphics g)
|
protected virtual void DrawOption(Graphics g)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user