From d6cdd0dd2e61ecbdc652f72f84658b8502d83703 Mon Sep 17 00:00:00 2001 From: Henrique Nakashima Date: Fri, 11 May 2018 20:59:06 +0000 Subject: Remove CFWL_Widget::SetFocus(). It is non-op. Change-Id: I707273c81d51124cf6ca7ba43cf1a817f3c852ea Reviewed-on: https://pdfium-review.googlesource.com/32412 Commit-Queue: Henrique Nakashima Reviewed-by: Tom Sepez --- xfa/fwl/cfwl_combobox.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'xfa/fwl/cfwl_combobox.cpp') diff --git a/xfa/fwl/cfwl_combobox.cpp b/xfa/fwl/cfwl_combobox.cpp index e713daca9c..f6fae087e3 100644 --- a/xfa/fwl/cfwl_combobox.cpp +++ b/xfa/fwl/cfwl_combobox.cpp @@ -258,8 +258,6 @@ void CFWL_ComboBox::ShowDropList(bool bActivate) { m_pListBox->SetWidgetRect(rtList); m_pListBox->Update(); - } else { - SetFocus(true); } if (bActivate) { -- cgit v1.2.3