| Index: xfa/fwl/basewidget/ifwl_combobox.h
|
| diff --git a/xfa/fwl/basewidget/ifwl_combobox.h b/xfa/fwl/basewidget/ifwl_combobox.h
|
| index 9755fc7686cd0e6b786736d05d8c058b2d7049aa..2d9c907b39fb26e125e60fef96f2a838ee421b35 100644
|
| --- a/xfa/fwl/basewidget/ifwl_combobox.h
|
| +++ b/xfa/fwl/basewidget/ifwl_combobox.h
|
| @@ -34,9 +34,9 @@ class IFWL_ComboBox;
|
| #define FWL_STYLEEXT_CMB_ListItemLeftAlign (0L << 10)
|
| #define FWL_STYLEEXT_CMB_ListItemCenterAlign (1L << 10)
|
| #define FWL_STYLEEXT_CMB_ListItemRightAlign (2L << 10)
|
| +#define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 10)
|
| #define FWL_STYLEEXT_CMB_ListItemText (0L << 12)
|
| #define FWL_STYLEEXT_CMB_ListItemIconText (1L << 12)
|
| -#define FWL_STYLEEXT_CMB_ListItemAlignMask (3L << 12)
|
| #define FWL_STYLEEXT_CMB_ReadOnly (1L << 13)
|
|
|
| BEGIN_FWL_EVENT_DEF(CFWL_EvtCmbPreDropDown, CFWL_EventType::PreDropDown)
|
|
|