Skip to content

Commit 2b8f9a6

Browse files
authored
Revert "fix EntendClient hints not being applied window show (#15552)" (#15562)
This reverts commit ea28c90.
1 parent 81d2e7d commit 2b8f9a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Windows/Avalonia.Win32/WindowImpl.cs

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

1208-
ExtendClientArea();
1209-
12101208
if (state == WindowState.Maximized)
12111209
{
12121210
MaximizeWithoutCoveringTaskbar();

0 commit comments

Comments
 (0)