!2 修复将 TextBlock 的字符串置为空字符串之后,没有同步更新 TextSize 布局后的文本尺寸
Merge pull request !2 from lindexi/Feat_TextSize
This commit is contained in:
commit
88cd347d33
@ -282,6 +282,7 @@ namespace CPF.Controls
|
||||
}
|
||||
else
|
||||
{
|
||||
textSize = new Size();
|
||||
return base.ArrangeOverride(finalSize);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user