comctl32: Fix a typo.

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

View File

@ -106,7 +106,7 @@ static void paint_text (HWND hwnd, HDC hdc, DWORD dwStyle, const COMBOBOXINFO *c
clipRegion=NULL;
}
if (!IsWindowEnabled(hwnd) & WS_DISABLED) itemState |= ODS_DISABLED;
if (!IsWindowEnabled(hwnd)) itemState |= ODS_DISABLED;
dis.CtlType = ODT_COMBOBOX;
dis.CtlID = ctlid;