Commit 1818d3a2 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

user32: Fix a typo.

parent 04ff9664
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment