mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-06-28 13:34:09 +08:00
修复将 TextBlock 的字符串置为空字符串之后,没有同步更新 TextSize 布局后的文本尺寸
This commit is contained in:
parent
bee6392a6b
commit
6b120703c9
@ -282,6 +282,7 @@ namespace CPF.Controls
|
||||
}
|
||||
else
|
||||
{
|
||||
textSize = new Size();
|
||||
return base.ArrangeOverride(finalSize);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user