From 7fa190dbda7b3a5f46b8108aa7984b2fcc23d45c Mon Sep 17 00:00:00 2001 From: dsinclair Date: Wed, 7 Dec 2016 17:23:28 -0800 Subject: Cleanup default FWL params part I This Cl removes some of the default FWL parameters. Review-Url: https://codereview.chromium.org/2533623002 --- xfa/fxfa/app/xfa_ffimageedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xfa/fxfa/app/xfa_ffimageedit.cpp') diff --git a/xfa/fxfa/app/xfa_ffimageedit.cpp b/xfa/fxfa/app/xfa_ffimageedit.cpp index 3506cc9703..e9156bace3 100644 --- a/xfa/fxfa/app/xfa_ffimageedit.cpp +++ b/xfa/fxfa/app/xfa_ffimageedit.cpp @@ -62,7 +62,7 @@ void CXFA_FFImageEdit::RenderWidget(CFX_Graphics* pGS, RenderCaption(pGS, &mtRotate); if (CFX_DIBitmap* pDIBitmap = m_pDataAcc->GetImageEditImage()) { CFX_RectF rtImage; - m_pNormalWidget->GetWidgetRect(rtImage); + m_pNormalWidget->GetWidgetRect(rtImage, false); int32_t iHorzAlign = XFA_ATTRIBUTEENUM_Left; int32_t iVertAlign = XFA_ATTRIBUTEENUM_Top; if (CXFA_Para para = m_pDataAcc->GetPara()) { -- cgit v1.2.3