From 700a60c81f47b760af52ce27449f08082ff3592f Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Fri, 1 Nov 2024 14:35:57 +0100 Subject: [PATCH] chore: Undo invalid change --- src/Uno.UI/UI/Xaml/Window/Native/NativeWindowWrapperBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI/UI/Xaml/Window/Native/NativeWindowWrapperBase.cs b/src/Uno.UI/UI/Xaml/Window/Native/NativeWindowWrapperBase.cs index 9e568ceaa1ff..090475d9a39e 100644 --- a/src/Uno.UI/UI/Xaml/Window/Native/NativeWindowWrapperBase.cs +++ b/src/Uno.UI/UI/Xaml/Window/Native/NativeWindowWrapperBase.cs @@ -33,7 +33,7 @@ internal abstract class NativeWindowWrapperBase : INativeWindowWrapper private CoreWindowActivationState _activationState; private XamlRoot? _xamlRoot; private Window? _window; - private float _rasterizationScale = 1f; + private float _rasterizationScale; private readonly SerialDisposable _presenterSubscription = new SerialDisposable(); protected NativeWindowWrapperBase(Window window, XamlRoot xamlRoot) : this()