Skip to content

Commit

Permalink
Revert "fix EntendClient hints not being applied window show (#15552)"
Browse files Browse the repository at this point in the history
This reverts commit ea28c90.
  • Loading branch information
maxkatz6 committed Apr 30, 2024
1 parent 81d2e7d commit a8c6eac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Windows/Avalonia.Win32/WindowImpl.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,6 @@ private void ShowWindow(WindowState state, bool activate)
UnmanagedMethods.ShowWindow(_hwnd, command.Value);
}

ExtendClientArea();

if (state == WindowState.Maximized)
{
MaximizeWithoutCoveringTaskbar();
Expand Down

0 comments on commit a8c6eac

Please sign in to comment.