Skip to content

Commit

Permalink
chore: Undo invalid change
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Nov 1, 2024
1 parent df49378 commit 700a60c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 700a60c

Please sign in to comment.