Browse Source

fix wpf interop

pull/4043/head
Dan Walmsley 6 years ago
parent
commit
15832ed709
  1. 2
      src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs

2
src/Windows/Avalonia.Win32.Interop/Wpf/WpfTopLevelImpl.cs

@ -256,5 +256,7 @@ namespace Avalonia.Win32.Interop.Wpf
public void SetTransparencyLevelHint(WindowTransparencyLevel transparencyLevel) { }
public WindowTransparencyLevel TransparencyLevel { get; private set; }
public AcrylicPlatformCompensationLevels AcrylicCompensationLevels { get; } = new AcrylicPlatformCompensationLevels(1, 1, 1);
}
}

Loading…
Cancel
Save