You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Setting Window.TransparencyLevelHint to Transparent seems not working on macOS with 11.0.0-preview5. The Window background is still there no matter setting Background to null or transparent. Popups with CornerRadius are also affected by this issue, there will be a visible rectangle background under the popup which should not be there. It works fine with 11.0.0-preview4.
To Reproduce
Set Window.TransparencyLevelHint to Transparent.
Set Window.Background to null or transparent.
Check the window.
Expected behavior
No window background when setting TransparencyLevelHint to Transparent and set Background to null or transparent.
Screenshots
**Desktop
OS: macOS 13.2
Avalonia Version 11.0.0-preview5
.NET Version: 7
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
Setting
Window.TransparencyLevelHint
toTransparent
seems not working on macOS with 11.0.0-preview5. The Window background is still there no matter settingBackground
to null or transparent. Popups withCornerRadius
are also affected by this issue, there will be a visible rectangle background under the popup which should not be there. It works fine with 11.0.0-preview4.To Reproduce
Window.TransparencyLevelHint
toTransparent
.Window.Background
to null or transparent.Expected behavior
No window background when setting
TransparencyLevelHint
toTransparent
and setBackground
to null or transparent.Screenshots
**Desktop
Additional context
N/A
The text was updated successfully, but these errors were encountered: