We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On new Windows 11 22H2 22621.963, there is a problem with lack of transparency. On previous win version when i had set (version 0.8.0 of FluentWPF):
<Window ... fw:AcrylicWindow.Enabled="True" fw:AcrylicWindow.AcrylicWindowStyle="Normal" fw:AcrylicWindow.FallbackColor="Transparent" fw:AcrylicWindow.ExtendViewIntoTitleBar="True" fw:AcrylicWindow.NoiseOpacity="0" fw:AcrylicWindow.TintOpacity="0" Background="Transparent" WindowStyle="None" ...>
everything was working normally, also (version 0.10.2):
<fw:AcrylicWindow ... fw:AcrylicWindow.Enabled="True" fw:AcrylicWindow.AcrylicWindowStyle="Normal" fw:AcrylicWindow.FallbackColor="Transparent" fw:AcrylicWindow.ExtendViewIntoTitleBar="True" fw:AcrylicWindow.NoiseOpacity="0" fw:AcrylicWindow.TintOpacity="0" AllowsTransparency="True" Background="#80000000" WindowStyle="None" ...>
Now the background is just gray.
The text was updated successfully, but these errors were encountered:
I have the same issue
Sorry, something went wrong.
Same
the same
No branches or pull requests
On new Windows 11 22H2 22621.963, there is a problem with lack of transparency.
On previous win version when i had set (version 0.8.0 of FluentWPF):
<Window ... fw:AcrylicWindow.Enabled="True" fw:AcrylicWindow.AcrylicWindowStyle="Normal" fw:AcrylicWindow.FallbackColor="Transparent" fw:AcrylicWindow.ExtendViewIntoTitleBar="True" fw:AcrylicWindow.NoiseOpacity="0" fw:AcrylicWindow.TintOpacity="0" Background="Transparent" WindowStyle="None" ...>
everything was working normally, also (version 0.10.2):
<fw:AcrylicWindow ... fw:AcrylicWindow.Enabled="True" fw:AcrylicWindow.AcrylicWindowStyle="Normal" fw:AcrylicWindow.FallbackColor="Transparent" fw:AcrylicWindow.ExtendViewIntoTitleBar="True" fw:AcrylicWindow.NoiseOpacity="0" fw:AcrylicWindow.TintOpacity="0" AllowsTransparency="True" Background="#80000000" WindowStyle="None" ...>
Now the background is just gray.
The text was updated successfully, but these errors were encountered: