diff --git a/dlls/comctl32/monthcal.c b/dlls/comctl32/monthcal.c index e73b40aaa11..cdc63ed1c55 100644 --- a/dlls/comctl32/monthcal.c +++ b/dlls/comctl32/monthcal.c @@ -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 */