This commit is contained in:
love-code-yeyixiao 2024-04-20 14:38:06 +08:00
parent 2da1352c75
commit 3c765fb245
1 changed files with 1 additions and 0 deletions

View File

@ -1952,6 +1952,7 @@ _FX BOOL Gui_MoveWindow(
if (y + h > y1)
h = y1 - y - GetSystemMetrics(4);
}
then:
return __sys_MoveWindow(hWnd, x, y, w, h, bRepaint);
}