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; }