user32: Fix a typo.
This commit is contained in:
parent
04ff9664fd
commit
1818d3a208
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue