Removed all direct calls to MONTHCAL_Refresh() and replaced with
commit043c3e7977d9680a1028eceab2275ce7eb91c130
authorChris Morgan <cmorgan@wpi.edu>
Tue, 30 May 2000 20:06:33 +0000 (30 20:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 30 May 2000 20:06:33 +0000 (30 20:06 +0000)
treefc4212a81064a9d9fdf61f03591e47a754dfadad
parent637e2000cf03fafd3a270c07a4c2203ccfce3bac
Removed all direct calls to MONTHCAL_Refresh() and replaced with
either RedrawWindow or InvalidateRect. Optimized drawing using
RedraWindow and update regions.  Fixed "Today" date bug where year was
only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
moving to previous or next month by clicking on days belonging to
previous or next months.
dlls/comctl32/monthcal.c