Index: xfa/fxfa/app/xfa_ffwidget.cpp |
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp |
index 8ce583a7827aabe6541349d25cad9d34861c4abe..957a31f584aba574525685dcc7f682a6c5608268 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] = { |