Fix repaint issue in the last row of the control

svn path=/trunk/; revision=27979
This commit is contained in:
Thomas Bluemel 2007-07-28 21:59:05 +00:00
parent 0172ae8384
commit d6bbe9b6e8

View file

@ -193,7 +193,7 @@ MonthCalUpdate(IN PMONTHCALWND infoPtr)
rcClient.left = 0;
rcClient.top = infoPtr->CellSize.cy;
rcClient.right = infoPtr->ClientSize.cx;
rcClient.bottom = infoPtr->ClientSize.cy - rcClient.top;
rcClient.bottom = infoPtr->ClientSize.cy;
InvalidateRect(infoPtr->hSelf,
&rcClient,