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
#15562)

This reverts commit ea28c90.
  • Loading branch information
maxkatz6 authored Apr 30, 2024
1 parent 81d2e7d commit 2b8f9a6
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 2b8f9a6

Please sign in to comment.