diff options
Diffstat (limited to 'xfa/fxfa/cxfa_ffrectangle.cpp')
-rw-r--r-- | xfa/fxfa/cxfa_ffrectangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/cxfa_ffrectangle.cpp b/xfa/fxfa/cxfa_ffrectangle.cpp index 1e27902a78..f3f2a5a2b2 100644 --- a/xfa/fxfa/cxfa_ffrectangle.cpp +++ b/xfa/fxfa/cxfa_ffrectangle.cpp @@ -26,7 +26,7 @@ void CXFA_FFRectangle::RenderWidget(CXFA_Graphics* pGS, CFX_RectF rect = GetRectWithoutRotate(); CXFA_Margin* margin = m_pNode->GetMargin(); if (margin) - XFA_RectWidthoutMargin(rect, margin); + XFA_RectWithoutMargin(rect, margin); CFX_Matrix mtRotate = GetRotateMatrix(); mtRotate.Concat(matrix); |