sourcechord / FluentWPF

Fluent Design System for WPF.
MIT License
1.44k stars 114 forks source link

Windows 11 22H2 - Transparency stopped working #163

Open chkam05 opened 1 year ago

chkam05 commented 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.

Stalkero commented 1 year ago

I have the same issue

RespectMathias commented 1 year ago

Same

qinlili23333 commented 1 year ago

the same

xmaxrayx commented 2 months ago

image