From d78f8e495e7813efeaadbb28ba20a4d487cde1bd Mon Sep 17 00:00:00 2001 From: daniel mayost Date: Thu, 17 Mar 2022 10:34:07 +0200 Subject: [PATCH] typo --- src/Avalonia.Controls/Control.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Avalonia.Controls/Control.cs b/src/Avalonia.Controls/Control.cs index 18ca1437f8..99bf77cf8c 100644 --- a/src/Avalonia.Controls/Control.cs +++ b/src/Avalonia.Controls/Control.cs @@ -67,7 +67,7 @@ namespace Avalonia.Controls /// public static readonly AttachedProperty FlowDirectionProperty = AvaloniaProperty.RegisterAttached(nameof(FlowDirection), inherits: true); - + private DataTemplates? _dataTemplates; private IControl? _focusAdorner; private AutomationPeer? _automationPeer; @@ -345,7 +345,7 @@ namespace Avalonia.Controls } bool shouldApplyMirrorTransform = thisShouldPresentedMirrored != parentShouldPresentedMirrored; - + IsMirrorTransform = shouldApplyMirrorTransform; }