Index: fpdfsdk/src/pdfwindow/PWL_Edit.cpp |
diff --git a/fpdfsdk/src/pdfwindow/PWL_Edit.cpp b/fpdfsdk/src/pdfwindow/PWL_Edit.cpp |
index ce9274aeb9f78c8455047da3717312273eb96412..7834473dede2ee8d6fc35a11940fd90580204cfd 100644 |
--- a/fpdfsdk/src/pdfwindow/PWL_Edit.cpp |
+++ b/fpdfsdk/src/pdfwindow/PWL_Edit.cpp |
@@ -82,7 +82,7 @@ void CPWL_Edit::RePosChildWnd() { |
if (m_pEditCaret && !HasFlag(PES_TEXTOVERFLOW)) |
m_pEditCaret->SetClipRect(CPWL_Utils::InflateRect( |
- GetClientRect(), 1.0f)); //+1 for caret beside border |
+ GetClientRect(), 1.0f)); // +1 for caret beside border |
CPWL_EditCtrl::RePosChildWnd(); |
} |
@@ -239,7 +239,7 @@ void CPWL_Edit::SetParamByFlag() { |
} else { |
if (m_pEditCaret) { |
m_pEditCaret->SetClipRect(CPWL_Utils::InflateRect( |
- GetClientRect(), 1.0f)); //+1 for caret beside border |
+ GetClientRect(), 1.0f)); // +1 for caret beside border |
} |
} |