FluentWPF icon indicating copy to clipboard operation
FluentWPF copied to clipboard

Windows 11 22H2 - Transparency stopped working

Open chkam05 opened this issue 3 years ago • 4 comments

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.

chkam05 avatar Jan 26 '23 12:01 chkam05

I have the same issue

Stalkero avatar Feb 09 '23 11:02 Stalkero

Same

RespectMathias avatar May 08 '23 13:05 RespectMathias

the same

qinlili23333 avatar Jul 06 '23 08:07 qinlili23333