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
When setting both ExtendClientAreaToDecorationsHint and SystemDecorations on a Window on macOS, the Window's visual state may be incorrect. There are 2 bugs I've found so far.
To Reproduce no.1
Steps to reproduce the behavior:
Describe the bug
When setting both
ExtendClientAreaToDecorationsHint
andSystemDecorations
on aWindow
on macOS, the Window's visual state may be incorrect. There are 2 bugs I've found so far.To Reproduce no.1
Steps to reproduce the behavior:
MainWindow
:SystemDecorations == Full
(the original value)To Reproduce no.2
SystemDecorations="BorderOnly"
andExtendClientAreaToDecorationsHint="True"
Expected behavior
For repro no.1: the title bar should not be visible once the checkbox is toggled
For repro no.2: The window buttons should all be hidden
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: