Open chkam05 opened 1 year ago
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.
I have the same issue
Same
the same
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.