Commit c8dd507b authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winedbg: Also adjust the detailed crash dialog controls when maximized.

parent bee9adbd
......@@ -310,7 +310,7 @@ static INT_PTR WINAPI details_dlg_proc( HWND hwnd, UINT msg, WPARAM wparam, LPAR
return TRUE;
case WM_SIZE:
if (wparam == SIZE_RESTORED)
if (wparam == SIZE_RESTORED || wparam == SIZE_MAXIMIZED)
{
int off_x = (short)LOWORD( lparam ) - orig_size.x;
int off_y = (short)HIWORD( lparam ) - orig_size.y;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment