| Index: xfa/fwl/theme/cfwl_edittp.cpp
|
| diff --git a/xfa/fwl/theme/cfwl_edittp.cpp b/xfa/fwl/theme/cfwl_edittp.cpp
|
| index 8f060ee6bfe0bd3a780e3bef6f00af63e91c4bed..43759914d2ceac542da5937aa25ffab243edb2b4 100644
|
| --- a/xfa/fwl/theme/cfwl_edittp.cpp
|
| +++ b/xfa/fwl/theme/cfwl_edittp.cpp
|
| @@ -18,7 +18,7 @@ CFWL_EditTP::~CFWL_EditTP() {}
|
| FX_BOOL CFWL_EditTP::IsValidWidget(IFWL_Widget* pWidget) {
|
| if (!pWidget)
|
| return FALSE;
|
| - return pWidget->GetClassID() == FWL_CLASSHASH_Edit;
|
| + return pWidget->GetClassID() == FWL_Type::Edit;
|
| }
|
| FX_BOOL CFWL_EditTP::DrawBackground(CFWL_ThemeBackground* pParams) {
|
| switch (pParams->m_iPart) {
|
|
|