From 28f9b62c397c4f3f8dc0cba69ce1cb8c02f81e76 Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 17 Nov 2016 09:55:41 -0800 Subject: Remove the CFWL_EventType::DrawItem The ListBox DrawItems event is caught by the ComboBox which converts the event into a ComboBox DrawItems event which is never processed. Removed both. Review-Url: https://codereview.chromium.org/2510123002 --- xfa/fwl/core/cfwl_event.h | 1 - 1 file changed, 1 deletion(-) (limited to 'xfa/fwl/core/cfwl_event.h') diff --git a/xfa/fwl/core/cfwl_event.h b/xfa/fwl/core/cfwl_event.h index c0c3c3f373..b071fb7c9f 100644 --- a/xfa/fwl/core/cfwl_event.h +++ b/xfa/fwl/core/cfwl_event.h @@ -21,7 +21,6 @@ enum class CFWL_EventType { CheckWord, Click, Close, - DrawItem, EditChanged, Key, KillFocus, -- cgit v1.2.3