diff options
Diffstat (limited to 'fpdfsdk/formfiller/cffl_formfiller.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_formfiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_formfiller.cpp b/fpdfsdk/formfiller/cffl_formfiller.cpp index 8f48c029da..f86cb68c59 100644 --- a/fpdfsdk/formfiller/cffl_formfiller.cpp +++ b/fpdfsdk/formfiller/cffl_formfiller.cpp @@ -301,7 +301,7 @@ CPWL_Wnd::CreateParams CFFL_FormFiller::GetCreateParam() { if (m_pWidget->GetBorderColor(color)) cp.sBorderColor = CFX_Color(color); - cp.sTextColor = CFX_Color(COLORTYPE_GRAY, 0); + cp.sTextColor = CFX_Color(CFX_Color::kGray, 0); if (m_pWidget->GetTextColor(color)) cp.sTextColor = CFX_Color(color); |