summaryrefslogtreecommitdiff
path: root/xfa/fwl/cfwl_comboedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fwl/cfwl_comboedit.cpp')
-rw-r--r--xfa/fwl/cfwl_comboedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fwl/cfwl_comboedit.cpp b/xfa/fwl/cfwl_comboedit.cpp
index 5981fd79b4..22ad6bff32 100644
--- a/xfa/fwl/cfwl_comboedit.cpp
+++ b/xfa/fwl/cfwl_comboedit.cpp
@@ -23,7 +23,7 @@ CFWL_ComboEdit::CFWL_ComboEdit(
void CFWL_ComboEdit::ClearSelected() {
ClearSelections();
- Repaint(&GetRTClient());
+ RepaintRect(GetRTClient());
}
void CFWL_ComboEdit::SetSelected() {