summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/app/xfa_rendercontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/src/fxfa/src/app/xfa_rendercontext.cpp')
-rw-r--r--xfa/src/fxfa/src/app/xfa_rendercontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxfa/src/app/xfa_rendercontext.cpp b/xfa/src/fxfa/src/app/xfa_rendercontext.cpp
index b79402d1a4..0ebda0ccc8 100644
--- a/xfa/src/fxfa/src/app/xfa_rendercontext.cpp
+++ b/xfa/src/fxfa/src/app/xfa_rendercontext.cpp
@@ -18,7 +18,7 @@ CXFA_RenderContext::CXFA_RenderContext() {
m_pPageView = NULL;
m_pGS = NULL;
m_dwStatus = 0;
- m_matrix.Reset();
+ m_matrix.SetIdentity();
m_rtClipRect.Reset();
}
CXFA_RenderContext::~CXFA_RenderContext() {