one final spot where whitespace needs trimming, non CDK as well as CDK

This commit is contained in:
Katie Gould 2024-03-19 07:57:45 -04:00
Родитель 89b4ce7c6c
Коммит 73cff2e67b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1321,6 +1321,9 @@ internal static class TextLayout
if (index == 0)
{
// Now trim trailing whitespace from this line in the case of an exact
// length line break (non CJK)
this.TrimTrailingWhitespaceAndRecalculateMetrics();
return this;
}