Andrij Abyzov

Results 6 comments of Andrij Abyzov

Workaround: Put this into the MainWindow constructor: ``` public MainWindow() { InitializeComponent(); new WindowInteropHelper(this).EnsureHandle(); SystemThemeWatcher.Watch(this, WindowBackdropType.Auto); } ``` The idea is that the window handle should be created before `SystemThemeWatcher.Watch(...)`...

I'm having the issue as well. Udpxy I guess is not an option since I doubt my IPTV set-top box supports it. Any suggestions?

Just for the reference, that's how the corresponding part of glxinfo output looks in WSL 2 on Windows 10: ``` Extended renderer info (GLX_MESA_query_renderer): Vendor: Microsoft Corporation (0xffffffff) Device: D3D12...

@jasoncuster Are there any guidelines for designing new icons?

Has to be noted, that the same codebase on Cygwin and native Linux works fine.

@swharden Can you think of a scenario when it won't be appropriate to use Math.NET?