Commit 41db6f85 authored by Nikolay Sivov's avatar Nikolay Sivov Committed by Alexandre Julliard

comctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.

parent 526e1d81
......@@ -1138,6 +1138,8 @@ MONTHCAL_SetFirstDayOfWeek(MONTHCAL_INFO *infoPtr, INT day)
infoPtr->firstDayHighWord = TRUE;
}
InvalidateRect(infoPtr->hwndSelf, NULL, FALSE);
return prev;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment