user32: Fix a typo.

This commit is contained in:
Andrew Talbot 2007-11-22 20:07:56 +00:00 committed by Alexandre Julliard
parent 04ff9664fd
commit 1818d3a208
1 changed files with 1 additions and 1 deletions

View File

@ -774,7 +774,7 @@ static void CBPaintText(
clipRegion=NULL; clipRegion=NULL;
} }
if (!IsWindowEnabled(lphc->self) & WS_DISABLED) itemState |= ODS_DISABLED; if (!IsWindowEnabled(lphc->self)) itemState |= ODS_DISABLED;
dis.CtlType = ODT_COMBOBOX; dis.CtlType = ODT_COMBOBOX;
dis.CtlID = ctlid; dis.CtlID = ctlid;