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();