-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New window opens without content #49
Comments
Hi, @Armin2208. Thanks for the feedback. SetWindowCompositionAttribute behavior is broken in Windows10 1903, so that I'm trying to avoid this behavior and support Windows10 1903. Please wait for a while. |
Hi, @Armin2208. |
Problem is again present in Build 18363.418(+) - 1909. |
This fixes awaescher#87. Additional references: sourcechord/FluentWPF#42 sourcechord/FluentWPF#49
This fixes #87. Additional references: sourcechord/FluentWPF#42 sourcechord/FluentWPF#49
Version: Windows 10 1903
UI appears after pressing Windows + Shift + S and leaving it.
Code:
DesktopBGui BGui = new DesktopBGui
{
Owner = GetWindow(this)
};
BGui.ShowDialog();
Opens just fine while running in visual studio debugging. But in the compiled release version outside of Visual Studio this happens.
The text was updated successfully, but these errors were encountered: