From 858606f920c65c9a0998614c8e7db5c5aabb5c68 Mon Sep 17 00:00:00 2001 From: Jakub Melka Date: Thu, 6 Jan 2022 20:08:22 +0100 Subject: [PATCH] XFA: page graphics fix --- Pdf4QtLib/sources/pdfxfaengine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Pdf4QtLib/sources/pdfxfaengine.cpp b/Pdf4QtLib/sources/pdfxfaengine.cpp index 9a1abf0..94acc45 100644 --- a/Pdf4QtLib/sources/pdfxfaengine.cpp +++ b/Pdf4QtLib/sources/pdfxfaengine.cpp @@ -10987,6 +10987,7 @@ void PDFXFALayoutEngine::visit(const xfa::XFA_pageArea* node) } } + LayoutParametersStackGuard guard(this); xfa::XFA_AbstractNode::acceptOrdered(this, node->getArea(), node->getDraw(), node->getExclGroup(), node->getField(), node->getSubform()); LayoutParameters& layoutParameters = getLayoutParameters();