Browse Source
fix EntendClient hints not being applied window show (#15552)
Co-authored-by: Max Katz <maxkatz6@outlook.com>
pull/15562/head
Emmanuel Hansen
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
0 deletions
-
src/Windows/Avalonia.Win32/WindowImpl.cs
|
|
|
@ -1205,6 +1205,8 @@ namespace Avalonia.Win32 |
|
|
|
UnmanagedMethods.ShowWindow(_hwnd, command.Value); |
|
|
|
} |
|
|
|
|
|
|
|
ExtendClientArea(); |
|
|
|
|
|
|
|
if (state == WindowState.Maximized) |
|
|
|
{ |
|
|
|
MaximizeWithoutCoveringTaskbar(); |
|
|
|
|