diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c index 1709f282c28..b8466184163 100644 --- a/dlls/user32/combo.c +++ b/dlls/user32/combo.c @@ -774,7 +774,7 @@ static void CBPaintText( clipRegion=NULL; } - if (!IsWindowEnabled(lphc->self) & WS_DISABLED) itemState |= ODS_DISABLED; + if (!IsWindowEnabled(lphc->self)) itemState |= ODS_DISABLED; dis.CtlType = ODT_COMBOBOX; dis.CtlID = ctlid;