Browse Source

Overlay popus for wgl

Krzysztof Krysiński 1 year ago
parent
commit
9d2078d115
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/PixiEditor.AvaloniaUI.Desktop/Program.cs

+ 2 - 1
src/PixiEditor.AvaloniaUI.Desktop/Program.cs

@@ -20,7 +20,8 @@ public class Program
             .WithInterFont()
             .With(new Win32PlatformOptions()
             {
-                RenderingMode = new[] { Win32RenderingMode.Wgl }
+                RenderingMode = new[] { Win32RenderingMode.Wgl },
+                OverlayPopups = true
             })
             .LogToTrace();
 }