comctl32/monthcal: Invalidate unconditonally on MCM_SETFIRSTDAYOFWEEK.
This commit is contained in:
parent
526e1d81a3
commit
41db6f8500
|
@ -1138,6 +1138,8 @@ MONTHCAL_SetFirstDayOfWeek(MONTHCAL_INFO *infoPtr, INT day)
|
|||
infoPtr->firstDayHighWord = TRUE;
|
||||
}
|
||||
|
||||
InvalidateRect(infoPtr->hwndSelf, NULL, FALSE);
|
||||
|
||||
return prev;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue