ChangeSet ID: 14898 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/17 12:50:11
Modified files: dlls/comctl32 : datetime.c
Log message: Robert Shearman rob@codeweavers.com - Implement WM_ENABLE handler to update cached control style when the control is disabled. - Move background drawing into WM_ERASEBKGND handler and draw the background differently when disabled. - Change WM_PAINT handler to draw text with transparent background and with the correct colour for the style. - Initialize selected field to -1 instead of 0 so that the control notices when field 0 is selected.
Patch: http://cvs.winehq.org/patch.py?id=14898
Old revision New revision Changes Path 1.51 1.52 +63 -15 wine/dlls/comctl32/datetime.c