We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843d6f commit 2cc9524Copy full SHA for 2cc9524
src/Avalonia.Controls/Presenters/TextPresenter.cs
@@ -485,15 +485,15 @@ protected virtual TextLayout CreateTextLayout()
485
486
IReadOnlyList<ValueSpan<TextRunProperties>> textStyleOverrides = null;
487
488
- if (length > 0)
+ /*if (length > 0)
489
{
490
textStyleOverrides = new[]
491
492
new ValueSpan<TextRunProperties>(start, length,
493
new GenericTextRunProperties(typeface, FontSize,
494
foregroundBrush: SelectionForegroundBrush ?? Brushes.White))
495
};
496
- }
+ }*/
497
498
if (PasswordChar != default(char) && !RevealPassword)
499
0 commit comments