comctl32/monthcal: Fix week numbers background color.

This commit is contained in:
Nikolay Sivov 2011-09-28 16:33:37 +04:00 committed by Alexandre Julliard
parent ee77f52163
commit c28a1d019d
1 changed files with 1 additions and 1 deletions

View File

@ -962,7 +962,7 @@ static void MONTHCAL_PaintWeeknumbers(const MONTHCAL_INFO *infoPtr, HDC hdc, con
r = infoPtr->calendars[calIdx].weeknums;
/* erase whole week numbers area */
FillRect(hdc, &r, infoPtr->brushes[BrushTitle]);
FillRect(hdc, &r, infoPtr->brushes[BrushMonth]);
SetTextColor(hdc, infoPtr->colors[MCSC_TITLEBK]);
/* reduce rectangle to one week number */