Skip to content

Commit

Permalink
Merge pull request #5948 from AvaloniaUI/fixes/handle-scaling-correct…
Browse files Browse the repository at this point in the history
…ly-osx

fix implementation of ScalingChanged property.
  • Loading branch information
Dan Walmsley committed May 19, 2021
1 parent 58041b5 commit 80d3d7f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Avalonia.Native/WindowImplBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -414,9 +414,7 @@ public void SetCursor(ICursorImpl cursor)

public Action<RawInputEventArgs> Input { get; set; }

Action<double> ScalingChanged { get; set; }

Action<double> ITopLevelImpl.ScalingChanged { get; set; }
public Action<double> ScalingChanged { get; set; }

public Action<WindowTransparencyLevel> TransparencyLevelChanged { get; set; }

Expand Down

0 comments on commit 80d3d7f

Please sign in to comment.