Index: xfa/fwl/core/ifwl_listbox.cpp |
diff --git a/xfa/fwl/core/ifwl_listbox.cpp b/xfa/fwl/core/ifwl_listbox.cpp |
index b4b6c251363ee986b6b81abf6ba33e27d1c5a2bd..cbb13e907a60dd5e6676b50d7042b21021815f73 100644 |
--- a/xfa/fwl/core/ifwl_listbox.cpp |
+++ b/xfa/fwl/core/ifwl_listbox.cpp |
@@ -1062,7 +1062,7 @@ void CFWL_ListBoxImpDelegate::OnLButtonUp(CFWL_MsgMouse* pMsg) { |
void CFWL_ListBoxImpDelegate::OnMouseWheel(CFWL_MsgMouseWheel* pMsg) { |
if (m_pOwner->IsShowScrollBar(TRUE)) |
- m_pOwner->m_pVertScrollBar->GetCurrentDelegate()->OnProcessMessage(pMsg); |
+ m_pOwner->m_pVertScrollBar->GetDelegate()->OnProcessMessage(pMsg); |
} |
void CFWL_ListBoxImpDelegate::OnKeyDown(CFWL_MsgKey* pMsg) { |