mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
02740: resizing the debug window, the text is only in the old area
(Can't believe people still run with live resizing/dragging turned off :)
This commit is contained in:
parent
b58d08db4b
commit
cfadc42b71
@ -691,8 +691,9 @@ static LRESULT CALLBACK debugwin_window_proc(HWND wnd, UINT message, WPARAM wpar
|
|||||||
}
|
}
|
||||||
|
|
||||||
// sizing: recompute child window locations
|
// sizing: recompute child window locations
|
||||||
|
case WM_SIZE:
|
||||||
case WM_SIZING:
|
case WM_SIZING:
|
||||||
if (info->recompute_children)
|
if (info->recompute_children != NULL)
|
||||||
(*info->recompute_children)(info);
|
(*info->recompute_children)(info);
|
||||||
InvalidateRect(wnd, NULL, FALSE);
|
InvalidateRect(wnd, NULL, FALSE);
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user