diff options
Diffstat (limited to 'xfa/fwl')
-rw-r--r-- | xfa/fwl/cfwl_comboedit.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xfa/fwl/cfwl_comboedit.cpp b/xfa/fwl/cfwl_comboedit.cpp index 2e53dbdf80..4fa127745e 100644 --- a/xfa/fwl/cfwl_comboedit.cpp +++ b/xfa/fwl/cfwl_comboedit.cpp @@ -28,9 +28,6 @@ void CFWL_ComboEdit::ClearSelected() { void CFWL_ComboEdit::SetSelected() { FlagFocus(true); - - // TODO(dsinclair): Fix CFWL_CombEdit::SetSelected - // GetTxtEdtEngine()->MoveCaretPos(FDE_CaretMove::End, false); SelectAll(); } |