mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
XFA: page graphics fix
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user