Skip to content

Commit

Permalink
win32 - apply extend client state when window visibility changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmauss committed Apr 30, 2024
1 parent 81d2e7d commit 3f4a287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Windows/Avalonia.Win32/WindowImpl.AppWndProc.cs
Original file line number Diff line number Diff line change
Expand Up @@ -611,6 +611,7 @@ message switch

case WindowsMessage.WM_SHOWWINDOW:
_shown = wParam != default;
ExtendClientArea();
break;

case WindowsMessage.WM_SIZE:
Expand Down

0 comments on commit 3f4a287

Please sign in to comment.