This commit is contained in:
Hendrik Mennen 2019-10-27 19:36:12 +01:00
Родитель da96c66824
Коммит 5db57ab8dc
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -68,12 +68,11 @@ namespace AvaloniaEdit.Editing
/// <inheritdoc/>
public override void Render(DrawingContext drawingContext)
{
EmSize = GetValue(TextBlock.FontSizeProperty);
var textView = TextView;
var renderSize = Bounds.Size;
if (textView != null && textView.VisualLinesValid)
{
EmSize = GetValue(TextBlock.FontSizeProperty);
var foreground = GetValue(TemplatedControl.ForegroundProperty);
foreach (var line in textView.VisualLines)
{