Skip to content

Commit ea28c90

Browse files
emmaussmaxkatz6
andauthored
fix EntendClient hints not being applied window show (#15552)
Co-authored-by: Max Katz <[email protected]>
1 parent 0aaa591 commit ea28c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Windows/Avalonia.Win32/WindowImpl.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,6 +1205,8 @@ private void ShowWindow(WindowState state, bool activate)
12051205
UnmanagedMethods.ShowWindow(_hwnd, command.Value);
12061206
}
12071207

1208+
ExtendClientArea();
1209+
12081210
if (state == WindowState.Maximized)
12091211
{
12101212
MaximizeWithoutCoveringTaskbar();

0 commit comments

Comments
 (0)