Index: xfa/fwl/core/cfwl_scrollbar.cpp |
diff --git a/xfa/fwl/core/cfwl_scrollbar.cpp b/xfa/fwl/core/cfwl_scrollbar.cpp |
index 46068dc89cac9a034ee326a0994336e3b594147e..8b3ce51195f36b02ad6f44b058fbdb952d46a278 100644 |
--- a/xfa/fwl/core/cfwl_scrollbar.cpp |
+++ b/xfa/fwl/core/cfwl_scrollbar.cpp |
@@ -77,7 +77,8 @@ void CFWL_ScrollBar::GetWidgetRect(CFX_RectF& rect, bool bAutoSize) { |
rect.Set(0, 0, (*pfMinWidth), (*pfMinWidth) * 3); |
else |
rect.Set(0, 0, (*pfMinWidth) * 3, (*pfMinWidth)); |
- CFWL_Widget::GetWidgetRect(rect, true); |
+ |
+ InflateWidgetRect(rect); |
} |
void CFWL_ScrollBar::Update() { |