| Index: xfa/fwl/core/ifwl_combolist.cpp
|
| diff --git a/xfa/fwl/core/ifwl_combolist.cpp b/xfa/fwl/core/ifwl_combolist.cpp
|
| index e3ddcd08d9d0eaca6a6f17c20cdd53ef4579359e..18612dbc802e58f336860471cddebaaa54f33111 100644
|
| --- a/xfa/fwl/core/ifwl_combolist.cpp
|
| +++ b/xfa/fwl/core/ifwl_combolist.cpp
|
| @@ -260,7 +260,7 @@ void IFWL_ComboList::OnDropListKeyDown(CFWL_MsgKey* pKey) {
|
| m_pProperties->m_pDataProvider);
|
| CFWL_ListItem* hItem =
|
| pData->GetItem(this, pOuter->GetCurrentSelection());
|
| - hItem = GetItem(hItem, dwKeyCode);
|
| + hItem = GetListItem(hItem, dwKeyCode);
|
| if (!hItem)
|
| break;
|
|
|
|
|