mirror of
https://github.com/holub/mame
synced 2025-05-18 03:35:03 +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
|
||||
case WM_SIZE:
|
||||
case WM_SIZING:
|
||||
if (info->recompute_children)
|
||||
if (info->recompute_children != NULL)
|
||||
(*info->recompute_children)(info);
|
||||
InvalidateRect(wnd, NULL, FALSE);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user