Closed
Description
Describe the bug
This is a regression of 11.1-beta2. The issue is not reproducible with 11.1-beta1.
When set ExtendClientAreaToDecorationsHint="True"
to MainWindow, the window system buttons (Minimize, Maximize and Close button) are not visible and the window has no border and can't drag move.
To Reproduce
- Set
ExtendClientAreaToDecorationsHint="True"
on MainWindow - Build and start app, the the window system buttons (Minimize, Maximize and Close button) are not visible and the window has no border and can't drag move.
- Remove
ExtendClientAreaToDecorationsHint="True"
, the title bar appears. - Keep
ExtendClientAreaToDecorationsHint="True"
and downgrade to 11.1-beta1, the issue is gone.
Expected behavior
The same behavior to 11.1-beta1
Avalonia version
11.1-beta2
OS
Windows
Additional context
No response