Index: xfa/fwl/core/cfwl_checkbox.cpp |
diff --git a/xfa/fwl/core/cfwl_checkbox.cpp b/xfa/fwl/core/cfwl_checkbox.cpp |
index dc042d5c391e51f23b542d24561e7073670d9f64..5b147bd55a9d7686bce960c64e53fb0a10daa670 100644 |
--- a/xfa/fwl/core/cfwl_checkbox.cpp |
+++ b/xfa/fwl/core/cfwl_checkbox.cpp |
@@ -309,7 +309,7 @@ void CFWL_CheckBox::NextStates() { |
pCheckBox->GetStates() & FWL_STATE_CKB_Checked) { |
pCheckBox->SetCheckState(0); |
CFX_RectF rt; |
- pCheckBox->GetWidgetRect(rt); |
+ pCheckBox->GetWidgetRect(rt, false); |
rt.left = rt.top = 0; |
m_pWidgetMgr->RepaintWidget(pCheckBox, &rt); |
break; |