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

This commit is contained in:
lindexi 2023-11-22 20:05:37 +08:00
parent bee6392a6b
commit 6b120703c9

View File

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