Index: fpdfsdk/pdfwindow/PWL_EditCtrl.cpp |
diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.cpp b/fpdfsdk/pdfwindow/PWL_EditCtrl.cpp |
index 88046a2d869b1cde09de969f374f0425ca1ea96b..aa653929bd4989eb7be97b2803f576c10e3e7503 100644 |
--- a/fpdfsdk/pdfwindow/PWL_EditCtrl.cpp |
+++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.cpp |
@@ -128,7 +128,7 @@ void CPWL_EditCtrl::CreateEditCaret(const PWL_CREATEPARAM& cp) { |
ecp.pParentWnd = this; |
ecp.dwFlags = PWS_CHILD | PWS_NOREFRESHCLIP; |
ecp.dwBorderWidth = 0; |
- ecp.nBorderStyle = PBS_SOLID; |
+ ecp.nBorderStyle = BorderStyle::SOLID; |
ecp.rcRectWnd = CFX_FloatRect(0, 0, 0, 0); |
m_pEditCaret->Create(ecp); |