diff options
Diffstat (limited to 'xfa/fxfa/app')
-rw-r--r-- | xfa/fxfa/app/xfa_ffwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp index 8ce583a782..957a31f584 100644 --- a/xfa/fxfa/app/xfa_ffwidget.cpp +++ b/xfa/fxfa/app/xfa_ffwidget.cpp @@ -835,7 +835,7 @@ void XFA_DrawImage(CFX_Graphics* pGS, while (bRet) { bRet = imageRender.Continue(NULL); } - pRenderDevice->RestoreState(); + pRenderDevice->RestoreState(false); } static const uint8_t g_inv_base64[128] = { |