move into if
This commit is contained in:
Родитель
da96c66824
Коммит
5db57ab8dc
|
@ -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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче