Y coordinate of the "magic" static control should be treated

inclusively.
This commit is contained in:
Dmitry Timoshkov 2004-08-22 22:26:22 +00:00 committed by Alexandre Julliard
parent 25e2a320a7
commit 4c9756e422
1 changed files with 1 additions and 1 deletions

View File

@ -589,7 +589,7 @@ static void ArrangeCtrlPositions(HWND hwndChildDlg, HWND hwndParentDlg, BOOL hid
child_width_fixup = rectChild.left - old_left;
}
/* move even if stc32 doesn't exist */
if (rectChild.top > rectStc32.bottom)
if (rectChild.top >= rectStc32.bottom)
{
LONG old_top = rectChild.top;