!2 修复将 TextBlock 的字符串置为空字符串之后,没有同步更新 TextSize 布局后的文本尺寸

Merge pull request !2 from lindexi/Feat_TextSize
This commit is contained in:
小红帽 2023-11-22 12:09:20 +00:00 committed by Gitee
commit 88cd347d33
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -282,6 +282,7 @@ namespace CPF.Controls
}
else
{
textSize = new Size();
return base.ArrangeOverride(finalSize);
}
}