comctl32: Make ComboBoxEx draw its contents even when disabled.
This commit is contained in:
parent
f9d9720d25
commit
5495b53eb1
|
@ -1328,8 +1328,6 @@ static LRESULT COMBOEX_DrawItem (const COMBOEX_INFO *infoPtr, DRAWITEMSTRUCT con
|
||||||
COLORREF nbkc, ntxc, bkc, txc;
|
COLORREF nbkc, ntxc, bkc, txc;
|
||||||
int drawimage, drawstate, xioff;
|
int drawimage, drawstate, xioff;
|
||||||
|
|
||||||
if (!IsWindowEnabled(infoPtr->hwndCombo)) return 0;
|
|
||||||
|
|
||||||
TRACE("DRAWITEMSTRUCT: CtlType=0x%08x CtlID=0x%08x\n",
|
TRACE("DRAWITEMSTRUCT: CtlType=0x%08x CtlID=0x%08x\n",
|
||||||
dis->CtlType, dis->CtlID);
|
dis->CtlType, dis->CtlID);
|
||||||
TRACE("itemID=0x%08x itemAction=0x%08x itemState=0x%08x\n",
|
TRACE("itemID=0x%08x itemAction=0x%08x itemState=0x%08x\n",
|
||||||
|
|
Loading…
Reference in New Issue