Index: xfa/fwl/core/ifwl_comboedit.cpp |
diff --git a/xfa/fwl/core/ifwl_comboedit.cpp b/xfa/fwl/core/ifwl_comboedit.cpp |
index a8b04fda890bda54681a70e8da4558c6c43b26be..2a7ac904e155e98dc12b55c94cca2df67f5e83f0 100644 |
--- a/xfa/fwl/core/ifwl_comboedit.cpp |
+++ b/xfa/fwl/core/ifwl_comboedit.cpp |
@@ -19,7 +19,7 @@ IFWL_ComboEdit::IFWL_ComboEdit( |
void IFWL_ComboEdit::ClearSelected() { |
ClearSelections(); |
- Repaint(&m_rtClient); |
+ Repaint(&GetRTClient()); |
} |
void IFWL_ComboEdit::SetSelected() { |
@@ -29,7 +29,7 @@ void IFWL_ComboEdit::SetSelected() { |
} |
void IFWL_ComboEdit::EndCaret() { |
- m_pEdtEngine->MoveCaretPos(MC_End); |
+ GetTxtEdtEngine()->MoveCaretPos(MC_End); |
} |
void IFWL_ComboEdit::FlagFocus(bool bSet) { |