Index: xfa/fde/fde_gedevice.cpp |
diff --git a/xfa/fde/fde_gedevice.cpp b/xfa/fde/fde_gedevice.cpp |
index f99dc6c2019d2c6c25e3fdd2e394a48d1941844b..9c6cde3dbe89e19c9c8d2fa32d4efa2adbb57ca9 100644 |
--- a/xfa/fde/fde_gedevice.cpp |
+++ b/xfa/fde/fde_gedevice.cpp |
@@ -41,7 +41,7 @@ FDE_HDEVICESTATE CFDE_RenderDevice::SaveState() { |
return NULL; |
} |
void CFDE_RenderDevice::RestoreState(FDE_HDEVICESTATE hState) { |
- m_pDevice->RestoreState(); |
+ m_pDevice->RestoreState(false); |
const FX_RECT& rt = m_pDevice->GetClipBox(); |
m_rtClip.Set((FX_FLOAT)rt.left, (FX_FLOAT)rt.top, (FX_FLOAT)rt.Width(), |
(FX_FLOAT)rt.Height()); |