We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80feea0 commit 2882851Copy full SHA for 2882851
src/Native/Windows.cs
@@ -56,7 +56,7 @@ internal struct MARGINS
56
public void SetupApp(AppBuilder builder)
57
{
58
// Fix drop shadow issue on Windows 10
59
- if (!OperatingSystem.IsWindowsVersionAtLeast(10, 22000))
+ if (!OperatingSystem.IsWindowsVersionAtLeast(10, 0, 22000))
60
61
Window.WindowStateProperty.Changed.AddClassHandler<Window>((w, _) => FixWindowFrameOnWin10(w));
62
Control.LoadedEvent.AddClassHandler<Window>((w, _) => FixWindowFrameOnWin10(w));
0 commit comments