Index: xfa/fwl/core/ifwl_listbox.cpp |
diff --git a/xfa/fwl/core/ifwl_listbox.cpp b/xfa/fwl/core/ifwl_listbox.cpp |
index aef74ae746f94d3ffc912bb02d7241d1364645ca..d23927fcd33a0d53ec930a1a18d9a726f9c2fbd1 100644 |
--- a/xfa/fwl/core/ifwl_listbox.cpp |
+++ b/xfa/fwl/core/ifwl_listbox.cpp |
@@ -1092,7 +1092,7 @@ bool IFWL_ListBox::OnScroll(IFWL_ScrollBar* pScrollBar, |
uint32_t dwCode, |
FX_FLOAT fPos) { |
CFX_SizeF fs; |
- pScrollBar->GetRange(fs.x, fs.y); |
+ pScrollBar->GetRange(&(fs.x), &(fs.y)); |
Tom Sepez
2016/11/09 18:46:08
nitto
dsinclair
2016/11/10 17:56:04
Done.
|
FX_FLOAT iCurPos = pScrollBar->GetPos(); |
FX_FLOAT fStep = pScrollBar->GetStepSize(); |
switch (dwCode) { |