XFA: page graphics fix

This commit is contained in:
Jakub Melka
2022-01-06 20:08:22 +01:00
parent 17bf0a7926
commit 858606f920

View File

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