git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24317
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
RECTL vOs2Rect;
vOs2Rect.xLeft = pRect->x;
RECTL vOs2Rect;
vOs2Rect.xLeft = pRect->x;
- vOs2Rect.yTop = pRect->y;
+ vOs2Rect.yBottom = pRect->y;
vOs2Rect.xRight = pRect->x + pRect->width;
vOs2Rect.xRight = pRect->x + pRect->width;
- vOs2Rect.yBottom = pRect->y + pRect->height;
+ vOs2Rect.yTop = pRect->y + pRect->height;
::WinInvalidateRect(hWnd, &vOs2Rect, bEraseBack);
}
::WinInvalidateRect(hWnd, &vOs2Rect, bEraseBack);
}